summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/cc/gcc.in1
-rw-r--r--config/libc/glibc.in5
2 files changed, 4 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index c3918e8..01d7253 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -84,6 +84,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
help
Architecture-specific option of expanding or restricting the list of
the multilib variants to be built. Refer to GCC installation manual
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 001cd2f..e89ed8c 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -403,8 +403,9 @@ config GLIBC_SSP
# GCC8-related fixes were only available in glibc 2.27.
config GLIBC_ENABLE_WERROR
bool "Enable -Werror during the build"
- depends on !(ARCH_POWERPC && ARCH_64 && GLIBC_V_2_32)
- depends on !(ARCH_SPARC && GLIBC_V_2_32)
+ default n if GLIBC_2_32_or_later && ARCH_POWERPC && ARCH_64
+ default n if GLIBC_2_32_or_later && ARCH_SPARC
+ default n if GLIBC_2_32_or_later && GCC_11_or_later
default y if GCC_7_or_older
default y if GCC_8_or_later && GLIBC_2_27_or_later
help