File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1384,8 +1384,8 @@ Optional Features:
1384
1384
information
1385
1385
--enable-default-pie build linux toolchain with default PIE
1386
1386
[--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]
1389
1389
--enable-gcc-checking Enable gcc internal checking, it will make gcc very
1390
1390
slow, only enable it when developing gcc
1391
1391
[--disable-gcc-checking]
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ AC_SUBST(WITH_LANGUAGES, $with_languages)
141
141
142
142
AC_ARG_ENABLE ( multilib ,
143
143
[ 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@:>@ ] ) ] ,
145
145
[ ] ,
146
146
[ enable_multilib=no]
147
147
)
You can’t perform that action at this time.
0 commit comments