From d917742fe27ad9cc28db777c11059b6c1c1ac816 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 23 Sep 2021 11:30:14 +0100 Subject: [PATCH] configure: Update --help output for --with-multilib-list The list of architectures that support the option is incomplete. Signed-off-by: Jonathan Wakely Reviewed-by: Jim Wilson gcc/ChangeLog: * configure.ac: Fix --with-multilib-list description. * configure: Regenerate. --- gcc/configure | 7 ++++--- gcc/configure.ac | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/gcc/configure b/gcc/configure index b3de17009b80..d93961912fb8 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 7d3aab470306..b49cb2288b20 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) -- 2.47.2