aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 68b6b31..7527eaef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -259,7 +259,7 @@ AS_IF([test "x$enable_llvm" != xyes],
[AC_SUBST(enable_llvm, --disable-llvm)],
[AC_SUBST(enable_llvm, --enable-llvm)])
-AC_ARG_ENABLE(host_gcc,
+AC_ARG_ENABLE(host-gcc,
[AS_HELP_STRING([--enable-host-gcc],
[Build host GCC to build cross toolchain])],
[enable_host_gcc=yes],