aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2024-05-14 11:16:05 +0800
committerKito Cheng <kito.cheng@sifive.com>2024-05-14 11:16:33 +0800
commit8b8318fcad113c5cafd243df42fbdba0394c546a (patch)
tree9df3082cb9ec665429e4fbbe624cb8ffc6d397ab
parent710a81b00233d45828f87d51a7d174b320764dba (diff)
downloadriscv-gnu-toolchain-fix-typo.zip
riscv-gnu-toolchain-fix-typo.tar.gz
riscv-gnu-toolchain-fix-typo.tar.bz2
Fix typo in configure.ac: host_gcc -> host-gccfix-typo
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],