mirror of git://gcc.gnu.org/git/gcc.git
* config-lang.in (lang_requires_boot_languages): Delete.
From-SVN: r240909
This commit is contained in:
parent
87b44b83c0
commit
f47ef399b6
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-10-10 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* config-lang.in (lang_requires_boot_languages): Delete.
|
||||||
|
|
||||||
2016-10-06 Chris Manghane <cmang@google.com>
|
2016-10-06 Chris Manghane <cmang@google.com>
|
||||||
|
|
||||||
* go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the
|
* go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the
|
||||||
|
|
|
||||||
|
|
@ -31,10 +31,6 @@ compilers="go1\$(exeext)"
|
||||||
target_libs="target-libgo target-libffi target-libbacktrace"
|
target_libs="target-libgo target-libffi target-libbacktrace"
|
||||||
lang_dirs="gotools"
|
lang_dirs="gotools"
|
||||||
|
|
||||||
# The Go frontend is written in C++, so we need to build the C++
|
|
||||||
# compiler during stage 1.
|
|
||||||
lang_requires_boot_languages=c++
|
|
||||||
|
|
||||||
gtfiles="\$(srcdir)/go/go-lang.c \$(srcdir)/go/go-c.h"
|
gtfiles="\$(srcdir)/go/go-lang.c \$(srcdir)/go/go-c.h"
|
||||||
|
|
||||||
# Do not build by default.
|
# Do not build by default.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue