aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2024-05-14 11:16:05 +0800
committerChristoph Müllner <christophm30@gmail.com>2024-05-16 21:27:08 +0200
commit6d7b5b720f6c6a89b4f22c62b22c1d0ebc2dc353 (patch)
tree9df3082cb9ec665429e4fbbe624cb8ffc6d397ab
parent710a81b00233d45828f87d51a7d174b320764dba (diff)
downloadriscv-gnu-toolchain-6d7b5b720f6c6a89b4f22c62b22c1d0ebc2dc353.zip
riscv-gnu-toolchain-6d7b5b720f6c6a89b4f22c62b22c1d0ebc2dc353.tar.gz
riscv-gnu-toolchain-6d7b5b720f6c6a89b4f22c62b22c1d0ebc2dc353.tar.bz2
Fix typo in configure.ac: host_gcc -> host-gcc
I found this issue when I regen the configure script, but seems like configure is right...
-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],