diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-10-10 07:18:07 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-10-10 07:18:07 +0000 |
commit | f47ef399b62fdab4fdddc308885f3da986825c21 (patch) | |
tree | 6dc41615bf0ebdf1244170f2b5d24015af43efe5 /gcc/go/config-lang.in | |
parent | 87b44b83c0aab29fac51f510288032690a6e2886 (diff) | |
download | gcc-f47ef399b62fdab4fdddc308885f3da986825c21.zip gcc-f47ef399b62fdab4fdddc308885f3da986825c21.tar.gz gcc-f47ef399b62fdab4fdddc308885f3da986825c21.tar.bz2 |
* config-lang.in (lang_requires_boot_languages): Delete.
From-SVN: r240909
Diffstat (limited to 'gcc/go/config-lang.in')
-rw-r--r-- | gcc/go/config-lang.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/go/config-lang.in b/gcc/go/config-lang.in index 8e27ade..3d7a372 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. |