* config-lang.in (build_by_default): Set to no.

From-SVN: r167432
This commit is contained in:
Ian Lance Taylor 2010-12-03 15:48:19 +00:00 committed by Ian Lance Taylor
parent 49460951b5
commit 928a231bb9
2 changed files with 10 additions and 0 deletions

7
gcc/go/ChangeLog Normal file
View File

@ -0,0 +1,7 @@
2010-12-03 Ian Lance Taylor <iant@google.com>
* config-lang.in (build_by_default): Set to no.
2010-12-02 Ian Lance Taylor <iant@google.com>
Go frontend added to gcc repository.

View File

@ -35,3 +35,6 @@ target_libs="target-libgo target-libffi"
lang_requires_boot_languages=c++
gtfiles="\$(srcdir)/go/go-lang.c"
# Do not build by default.
build_by_default="no"