aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-26 15:19:28 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-09-26 15:19:28 -0700
commitd91f9a8b8c179efb417126569cd295328014b5b3 (patch)
tree7374737981d8fbe5c936928dd09e816360c57869 /config/gcc.conf
parentfdb7983b770c7e9eb30d1003c2c1ed5a38467bc9 (diff)
build all stage2 libaries dyamically
Diffstat (limited to 'config/gcc.conf')
-rw-r--r--config/gcc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index edbc4fd1..9f0f273a 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -56,7 +56,7 @@ fi
# Default set of languages to build. If building binary tarballs, we don't build all the
# front ends.
if test x"${tarbin}" != xyes; then
- languages="c,c++,go,fortran,lto"
+ languages="c,c++,fortran,lto"
else
languages="c,c++,fortran,lto"
fi
@@ -149,7 +149,7 @@ if test x"${build}" != x"${target}"; then
else
local sysroot="${local_builds}/sysroot-${target}"
fi
- stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared=libgcc --with-sysroot=${sysroot} --enable-languages=${languages}"
+ stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=${sysroot} --enable-languages=${languages}"
# native builds are easy, so build almost everything
else