* config-lang.in (lang_requires_boot_languages): Delete.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 10 Oct 2016 07:18:07 +0000 (07:18 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 10 Oct 2016 07:18:07 +0000 (07:18 +0000)
From-SVN: r240909

gcc/go/ChangeLog
gcc/go/config-lang.in

index b6d1e9f9416fefd2eca7b2618bbeadff9b87f49a..070acc54b4aac56b71046fb191ae20a323f607dc 100644 (file)
@@ -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>
 
        * go-gcc.cc (Gcc_backend::stack_allocation_expression): Clear the
index 8e27ade2220e4040aa37e68118ddd2abe7cf104c..3d7a3723f4a0772873cfecd2b55fd180fe67b81a 100644 (file)
@@ -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.