aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-29 08:33:15 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-29 08:33:33 -0600
commitf4436b4697b41b3fc2332955b13bba69026d104a (patch)
treeecf42845a5070a6a89fe1cc8e6d262cf69caa4bb /config/gcc.conf
parentf7c61302c2fd2691e5c2f6db171985943ea7826c (diff)
move errate config option to default_flags
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 7bf36a88..1a76491b 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -15,7 +15,7 @@ latest="gcc.git~linaro-4.9-branch"
static_link="no"
# This is a list of default flags always supplied to configure
-default_configure_flags="--with-bugurl=https://bugs.linaro.org --with-mpc=${local_builds}/destdir/${host} --with-mpfr=${local_builds}/destdir/${host} --with-gmp=${local_builds}/destdir/${host} --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap${override_arch:+ --with-arch=${override_arch}}${override_cpu:+ --with-cpu=${override_cpu}}${override_tune:+ --with-tune=${override_tune}}"
+default_configure_flags="--with-bugurl=https://bugs.linaro.org --with-mpc=${local_builds}/destdir/${host} --with-mpfr=${local_builds}/destdir/${host} --with-gmp=${local_builds}/destdir/${host} --with-gnu-as --with-gnu-ld --disable-libstdcxx-pch --disable-libmudflap${override_arch:+ --with-arch=${override_arch}}${override_cpu:+ --with-cpu=${override_cpu}}${override_tune:+ --with-tune=${override_tune}} --enable-fix-cortex-a53-835769"
# --with-pkgversion=${USER}
# --with-as=${local_builds}/bin/${target}-as --with-ld=${local_builds}/bin/${target}-ld
@@ -178,7 +178,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 --with-sysroot=${sysroot} --enable-languages=${languages} --enable-fix-cortex-a53-835769"
+ stage2_flags="--with-build-sysroot=${sysroots} --enable-lto --enable-linker-build-id --enable-long-long --enable-shared --with-sysroot=${sysroot} --enable-languages=${languages}"
if test x"${release}" = x; then
stage2_flags="${stage2_flags} --enable-checking=yes"