From dbf7da63188d461e738dcfcaa436b84baa23143c Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 17 Mar 2015 18:46:43 -0300 Subject: [PATCH] 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 --- package/glibc/Config.in | 2 ++ 1 file changed, 2 insertions(+) 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