aboutsummaryrefslogtreecommitdiff
path: root/config/gcc.conf
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2015-04-21 15:31:00 -0600
committerRob Savoye <rob.savoye@linaro.org>2015-04-21 15:31:00 -0600
commit92ec1ba1414cc3452433a1773c279e4ef85d7889 (patch)
tree6a622be1eeb747f54d4c6d4eb3943ee9b99160b3 /config/gcc.conf
parentc54f181873618ac888a2c0a52c0b263962dd3cd5 (diff)
options only need two dashes, not three
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 457d9b66..2874c537 100644
--- a/config/gcc.conf
+++ b/config/gcc.conf
@@ -117,7 +117,7 @@ if test x"${build}" != x"${target}"; then
if test x"${override_arch}" = x -a x"${override_cpu}" = x; then
default_configure_flags="${default_configure_flags} --with-arch=armv7-a"
fi
- default_configure_flags="${default_configure_flags} ---enable-threads=no --with-fpu=vfpv3-d16"
+ default_configure_flags="${default_configure_flags} --enable-threads=no --with-fpu=vfpv3-d16"
languages="c,c++,lto"
;;
aarch64*-*elf)