From 215432d380a2f2cb7986285397ce4fc49e999e9d Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 14 Sep 2020 20:54:30 +1200 Subject: config/libc: Extend glibc 2.32 workaround to include sparc Sparc seems to be affected by the same issues as powerpc64. Disable glibc warnings for sparc. Signed-off-by: Chris Packham diff --git a/config/libc/glibc.in b/config/libc/glibc.in index a82ff3c..8174dc4 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -402,6 +402,7 @@ config GLIBC_SSP 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 y if GCC_7_or_older default y if GCC_8_or_later && GLIBC_2_27_or_later help -- cgit v0.10.2-6-g49f6