aboutsummaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-05-30 19:02:42 +1200
committerChris Packham <judge.packham@gmail.com>2022-05-31 20:00:00 +1200
commitdec3d3a42110d11750464284820d86fc1673f655 (patch)
treed891c19340d92de815891a0f3b661490f37eb14e /config/cc
parent2d6d22d96d921e70fd521948e5c977814141d88c (diff)
downloadcrosstool-ng-dec3d3a42110d11750464284820d86fc1673f655.tar.gz
crosstool-ng-dec3d3a42110d11750464284820d86fc1673f655.tar.bz2
crosstool-ng-dec3d3a42110d11750464284820d86fc1673f655.zip
gcc: Update fix for sh-unknown-elf
Extend the fix from commit 6b465e15 ("Remove m1 from multilibs for GCC11 on SH arch.") to cover GCC 12 and future releases. Remove the patch that was added to solve the same problem. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index c9c1bad2..bf3e766b 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -79,7 +79,7 @@ config CC_GCC_EXTRA_CONFIG_ARRAY
config CC_GCC_MULTILIB_LIST
string "List of multilib variants"
depends on MULTILIB
- default "m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single" if GCC_V_11 && ARCH_SH
+ default "m2,m2e,m4,m4-single,m4-single-only,m2a,m2a-single" if GCC_11_or_later && ARCH_SH
help
Architecture-specific option of expanding or restricting the list of
the multilib variants to be built. Refer to GCC installation manual