aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-29 09:45:41 -0700
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2014-09-30 19:47:37 +0100
commit8343fb621fea7ab20067384667fea1c08384f00b (patch)
tree52aeb31e4ed0e9d4b792d72e3b08cd782ff4e767 /config/gcc.conf
parent5a07337fcde44c173d848a7710418886ae55496c (diff)
add --with-glibc-version=2.18 for stage1 builds
Diffstat (limited to 'config/gcc.conf')
-rw-r--r--config/gcc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index 3240eba4..501ddde5 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -69,7 +69,7 @@ if test x"${build}" != x"${target}"; then
# stage1_flags are used to build the initial C compiler, which is used to compile
# the C library. We disable most everything, as the second GCC build will be
# able to use the C library built with the first GCC build.
- stage1_flags="--disable-libssp --disable-libquadmath --disable-threads --without-headers --with-newlib --disable-libmudflap --disable-bootstrap --disable-decimal-float --disable-libgomp --disable-libatomic --disable-libsanitizer --disable-plugins --disable-libitm MAKEINFO=echo --enable-languages=c --with-sysroot=${local_builds}/sysroot-${target} --disable-shared"
+ stage1_flags="--disable-libssp --disable-libquadmath --disable-threads --without-headers --with-newlib --disable-libmudflap --disable-bootstrap --disable-decimal-float --disable-libgomp --disable-libatomic --disable-libsanitizer --disable-plugins --disable-libitm MAKEINFO=echo --enable-languages=c --with-sysroot=${local_builds}/sysroot-${target} --disable-shared --with-glibc-version=2.18"
# Add platform specific flags
case ${target} in