aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-09 13:48:15 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-09 13:48:15 -0600
commit5ffb48d0eb8c2d655c5ba522c9de46a97bf68249 (patch)
tree78c59fa392e42494c8aa012df95d24605f09b661 /config/gcc.conf
parent49095760864e15f46be5a22b93858d36c8f3877f (diff)
delete the unused need_qemu setting. Bug #1413
Diffstat (limited to 'config/gcc.conf')
-rw-r--r--config/gcc.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/gcc.conf b/config/gcc.conf
index d28f7bc8..af67f188 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -75,46 +75,37 @@ if test x"${build}" != x"${target}"; then
case ${target} in
arm-*linux-gnueabi)
default_configure_flags="${default_configure_flags} --with-tune=cortex-a9 --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --with-mode=thumb"
- need_qemu=yes
;;
arm-*linux-gnueabihf)
default_configure_flags="${default_configure_flags} --with-tune=cortex-a9 --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb"
- need_qemu=no
;;
armeb-*linux-gnueabi)
default_configure_flags="${default_configure_flags} --with-tune=cortex-a9 --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=softfp --with-mode=thumb --disable-multilib"
- need_qemu=yes
;;
armeb-*linux-gnueabihf)
default_configure_flags="${default_configure_flags} --with-tune=cortex-a9 --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-multilib"
- need_qemu=yes
;;
# bare metal targets don't support threads.
arm*-elf|arm*-eabi*)
default_configure_flags="${default_configure_flags} --with-tune=cortex-a9 --enable-threads=no --with-arch=armv7-a --with-fpu=vfpv3-d16"
- need_qemu=yes
languages="c,c++,lto"
;;
aarch64*-*elf)
# Gfortran doesn't cross configure, just native
default_configure_flags="${default_configure_flags} --with-arch=armv8-a" # LDFLAGS_FOR_TARGET=-static
languages="c,c++,lto"
- need_qemu=yes
;;
aarch64*-linux-gnu)
default_configure_flags="${default_configure_flags} --with-arch=armv8-a" # LDFLAGS_FOR_TARGET=-static
- need_qemu=yes
;;
*-mingw32)
languages="c,c++"
default_configure_flags="${default_configure_flags} --enable-languages=${languages} --disable-plugins"
# Cygwin doesn't support GCC plugins
# default_configure_flags="`echo ${default_configure_flags} | sed -e 's:--enable-plugin ::`"
- need_qemu=no
;;
*)
default_configure_flags="${default_configure_flags}"
- need_qemu=no
;;
esac
@@ -207,4 +198,3 @@ fi
# This is a list of default flags always supplied to "make check".
runtest_flags=""
-