aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-10-22 15:51:40 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-10-22 15:51:40 -0600
commitd85ad92db18249eae17b68580331788f17cf47e6 (patch)
tree64a57f1d58b9d688cb5ffcec1dc214e75ff41b5e /config/gcc.conf
parentf6fc4b71623539a57bcb0c784ffef2d77f4daaa0 (diff)
fix flags for armv7 softfp build
Change-Id: Ib0df203a56efc1d70bc271f3d88a11055c27c7ad
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 fdbd12b3..12614032 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -74,7 +74,7 @@ if test x"${build}" != x"${target}"; then
# Add platform specific flags
case ${target} in
arm-*linux-gnueabi)
- default_configure_flags="${default_configure_flags} --with-fpu=neon --with-float=softfp"
+ default_configure_flags="${default_configure_flags} --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --with-mode=thumb"
need_qemu=yes
;;
arm-*linux-gnueabihf)
@@ -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 --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} -enable-fix-cortex-a53-835769"
if test x"${release}" = x; then
stage2_flags="${stage2_flags} --enable-checking=yes"