From dec3d3a42110d11750464284820d86fc1673f655 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 30 May 2022 19:02:42 +1200 Subject: 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 --- config/cc/gcc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3