aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)