aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-12-21 11:30:57 -0700
committerRob Savoye <rob.savoye@linaro.org>2014-12-21 11:30:57 -0700
commit3241e6a9e8f182802b3e9d8b5478cc3d38310d54 (patch)
tree3af1c7304008f59bfcbe11ba4c95c26971816d81 /config/gcc.conf
parent5056b0ca3a5b17d24f5ebb8108edf8938b4890e2 (diff)
enable-fix-cortex-a53-835769 need two dashes, not just one.
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 b26345e7..888377a0 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -150,7 +150,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} --enable-fix-cortex-a53-835769"
if test x"${release}" = x; then
stage2_flags="${stage2_flags} --enable-checking=yes"