Skip to content

Commit 6d7b5b7

Browse files
kito-chengcmuellner
authored andcommitted
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...
1 parent 710a81b commit 6d7b5b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ AS_IF([test "x$enable_llvm" != xyes],
259259
[AC_SUBST(enable_llvm, --disable-llvm)],
260260
[AC_SUBST(enable_llvm, --enable-llvm)])
261261

262-
AC_ARG_ENABLE(host_gcc,
262+
AC_ARG_ENABLE(host-gcc,
263263
[AS_HELP_STRING([--enable-host-gcc],
264264
[Build host GCC to build cross toolchain])],
265265
[enable_host_gcc=yes],

0 commit comments

Comments
 (0)