The list of architectures that support the option is incomplete.

gcc/ChangeLog:

        * configure.ac: Fix --with-multilib-list description.
        * configure: Regenerate.

OK for trunk?


commit 630dc3085cbd87a224129177870103e2c4fbf22a
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Fri Sep 17 12:34:22 2021

    configure: Update --help output for --with-multilib-list
    
    The list of architectures that support the option is incomplete.
    
    gcc/ChangeLog:
    
            * configure.ac: Fix --with-multilib-list description.
            * configure: Regenerate.

diff --git a/gcc/configure.ac b/gcc/configure.ac
index fadd34dbbb6..838d2d6d122 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, 
RISC-V, SH and x86-64 only)])],
 :,
 with_multilib_list=default)
 

Reply via email to