Skip to content

Commit 2828cb1

Browse files
pz9115cmuellner
authored andcommitted
Remove redundant information in configure.ac.
1 parent 7729e7f commit 2828cb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure

+2-2
Original file line numberDiff line numberDiff line change
@@ -1384,8 +1384,8 @@ Optional Features:
13841384
information
13851385
--enable-default-pie build linux toolchain with default PIE
13861386
[--enable-default-pie]
1387-
--enable-multilib build both RV32 and RV64 runtime libraries (only
1388-
RV64 for musl libc) [--disable-multilib]
1387+
--enable-multilib build both RV32 and RV64 runtime libraries
1388+
[--disable-multilib]
13891389
--enable-gcc-checking Enable gcc internal checking, it will make gcc very
13901390
slow, only enable it when developing gcc
13911391
[--disable-gcc-checking]

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ AC_SUBST(WITH_LANGUAGES, $with_languages)
141141

142142
AC_ARG_ENABLE(multilib,
143143
[AS_HELP_STRING([--enable-multilib],
144-
[build both RV32 and RV64 runtime libraries (only RV64 for musl libc) @<:@--disable-multilib@:>@])],
144+
[build both RV32 and RV64 runtime libraries @<:@--disable-multilib@:>@])],
145145
[],
146146
[enable_multilib=no]
147147
)

0 commit comments

Comments
 (0)