File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ AC_SUBST(WITH_LANGUAGES, $with_languages)
141141
142142AC_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 )
You can’t perform that action at this time.
0 commit comments