From 6d7b5b720f6c6a89b4f22c62b22c1d0ebc2dc353 Mon Sep 17 00:00:00 2001 From: Kito Cheng Date: Tue, 14 May 2024 11:16:05 +0800 Subject: 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... --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- cgit v1.1