diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2021-09-23 11:30:14 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2021-09-23 11:30:27 +0100 |
commit | d917742fe27ad9cc28db777c11059b6c1c1ac816 (patch) | |
tree | e9e80492c075657fdf9c75f8396b784b9b01bf94 | |
parent | c0cc62b32d95caca25a8854e0d2b6f11f5674d30 (diff) | |
download | gcc-d917742fe27ad9cc28db777c11059b6c1c1ac816.zip gcc-d917742fe27ad9cc28db777c11059b6c1c1ac816.tar.gz gcc-d917742fe27ad9cc28db777c11059b6c1c1ac816.tar.bz2 |
configure: Update --help output for --with-multilib-list
The list of architectures that support the option is incomplete.
Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
Reviewed-by: Jim Wilson <jimw@sifive.com>
gcc/ChangeLog:
* configure.ac: Fix --with-multilib-list description.
* configure: Regenerate.
-rwxr-xr-x | gcc/configure | 7 | ||||
-rw-r--r-- | gcc/configure.ac | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/configure b/gcc/configure index b3de170..d939619 100755 --- a/gcc/configure +++ b/gcc/configure @@ -1826,7 +1826,8 @@ Optional Packages: Root for documentation URLs --with-changes-root-url=URL Root for GCC changes URLs - --with-multilib-list select multilibs (AArch64, SH and x86-64 only) + --with-multilib-list select multilibs (AArch64, ARM, OR1K, RISC-V, SH and + x86-64 only) --with-multilib-generator Multi-libs configuration string (RISC-V only) --with-zstd=PATH specify prefix directory for installed zstd library. @@ -19454,7 +19455,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19457 "configure" +#line 19458 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -19560,7 +19561,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 19563 "configure" +#line 19564 "configure" #include "confdefs.h" #if HAVE_DLFCN_H diff --git a/gcc/configure.ac b/gcc/configure.ac index 7d3aab4..b49cb22 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -1169,7 +1169,7 @@ if test "x$enable_offload_defaulted" = xyes; then fi AC_ARG_WITH(multilib-list, -[AS_HELP_STRING([--with-multilib-list], [select multilibs (AArch64, SH and x86-64 only)])], +[AS_HELP_STRING([--with-multilib-list], [select multilibs (AArch64, ARM, OR1K, RISC-V, SH and x86-64 only)])], :, with_multilib_list=default) |