]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Update --help output for --with-multilib-list
authorJonathan Wakely <jwakely@redhat.com>
Thu, 23 Sep 2021 10:30:14 +0000 (11:30 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 23 Sep 2021 10:30:27 +0000 (11:30 +0100)
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.

gcc/configure
gcc/configure.ac

index b3de17009b803b000d8f22dd5efcc13f324ac385..d93961912fb8bd6f345fc75cc30282c9c7972d04 100755 (executable)
@@ -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
index 7d3aab470306359035a1ba02aa8e10f526f8b48b..b49cb2288b204b7c031c485f1ca85e735fbd382f 100644 (file)
@@ -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)