From 2828cb172997d81d266d8c7b40a34f156853c60e Mon Sep 17 00:00:00 2001 From: Jiawei Date: Fri, 25 Oct 2024 22:50:10 +0800 Subject: [PATCH] Remove redundant information in configure.ac. --- configure | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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] )