From: Gustavo Zacarias Date: Tue, 17 Mar 2015 21:46:43 +0000 (-0300) Subject: glibc: disable 2.20 for sparc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbf7da63188d461e738dcfcaa436b84baa23143c;p=buildroot.git glibc: disable 2.20 for sparc Disable glibc 2.20 for sparc, it's broken, that leaves 2.21 as the default in this case. Fixes bug #7941. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 1dd22c910c..53cd958b54 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -34,6 +34,8 @@ choice config BR2_GLIBC_VERSION_2_20 depends on !BR2_nios2 + # Broken see https://bugs.busybox.net/show_bug.cgi?id=7941 + depends on !BR2_sparc bool "2.20" config BR2_GLIBC_VERSION_2_21