From: Eric Botcazou Date: Mon, 10 Oct 2016 07:18:07 +0000 (+0000) Subject: * config-lang.in (lang_requires_boot_languages): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f47ef399b62fdab4fdddc308885f3da986825c21;p=gcc.git * config-lang.in (lang_requires_boot_languages): Delete. From-SVN: r240909 --- diff --git a/gcc/go/ChangeLog b/gcc/go/ChangeLog index b6d1e9f9416..070acc54b4a 100644 --- a/gcc/go/ChangeLog +++ b/gcc/go/ChangeLog @@ -1,3 +1,7 @@ +2016-10-10 Eric Botcazou + + * config-lang.in (lang_requires_boot_languages): Delete. + 2016-10-06 Chris Manghane * go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the diff --git a/gcc/go/config-lang.in b/gcc/go/config-lang.in index 8e27ade2220..3d7a3723f4a 100644 --- a/gcc/go/config-lang.in +++ b/gcc/go/config-lang.in @@ -31,10 +31,6 @@ compilers="go1\$(exeext)" target_libs="target-libgo target-libffi target-libbacktrace" 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" # Do not build by default.