From 017252555f91a8f4924ac26e2ed0f670c2a613cf Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Wed, 1 Feb 2012 04:14:37 -0800 Subject: gc, cc: avoid using the wrong library when building the compilers This can happen on Plan 9 if we we're building with the 32-bit and 64-bit host compilers, one after the other. R=rsc CC=golang-dev http://codereview.appspot.com/5599053 --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 81c3d4156..488bc97fc 100644 --- a/.hgignore +++ b/.hgignore @@ -3,7 +3,7 @@ syntax:glob .git .gitignore *.[568ao] -*.ao +*.a[568o] *.so *.pyc ._* -- cgit v1.2.1