diff --git a/configure b/configure index 0bc2649cde7..34d77f81eff 100755 --- a/configure +++ b/configure @@ -1384,8 +1384,8 @@ Optional Features: information --enable-default-pie build linux toolchain with default PIE [--enable-default-pie] - --enable-multilib build both RV32 and RV64 runtime libraries (only - RV64 for musl libc) [--disable-multilib] + --enable-multilib build both RV32 and RV64 runtime libraries + [--disable-multilib] --enable-gcc-checking Enable gcc internal checking, it will make gcc very slow, only enable it when developing gcc [--disable-gcc-checking] diff --git a/configure.ac b/configure.ac index 017b9b09522..036d181f569 100644 --- a/configure.ac +++ b/configure.ac @@ -141,7 +141,7 @@ AC_SUBST(WITH_LANGUAGES, $with_languages) AC_ARG_ENABLE(multilib, [AS_HELP_STRING([--enable-multilib], - [build both RV32 and RV64 runtime libraries (only RV64 for musl libc) @<:@--disable-multilib@:>@])], + [build both RV32 and RV64 runtime libraries @<:@--disable-multilib@:>@])], [], [enable_multilib=no] )