aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-09-10 13:28:41 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-09-10 13:28:41 -0700
commit77f7450d265f70afc32b7d9ffd0e797c102aa347 (patch)
treefa89073138eb06b4630d316b174fe4159658a662 /configure.ac
parent828faa16bcd9689fb319832ad9194f40d857c9fe (diff)
downloadriscv-gnu-toolchain-77f7450d265f70afc32b7d9ffd0e797c102aa347.zip
riscv-gnu-toolchain-77f7450d265f70afc32b7d9ffd0e797c102aa347.tar.gz
riscv-gnu-toolchain-77f7450d265f70afc32b7d9ffd0e797c102aa347.tar.bz2
Fix --enable-multilib for Newlib toolchain
You now need to explicitly pass this flag to turn on multilib support.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2625aa0..6bec4fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ AC_SUBST(glibc_configure_flags,--without-fp)])
AC_ARG_ENABLE(multilib,
[AS_HELP_STRING([--enable-multilib],
- [build multilib glibc (32 and 64 bit) @<:@--disable-multilib@:>@])],
+ [build both RV32 and RV64 runtime libraries @<:@--disable-multilib@:>@])],
[],
[enable_multilib=no]
)