* config-lang.in (build_by_default): Set to no.
From-SVN: r167432
This commit is contained in:
parent
49460951b5
commit
928a231bb9
2 changed files with 10 additions and 0 deletions
7
gcc/go/ChangeLog
Normal file
7
gcc/go/ChangeLog
Normal 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.
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue