glibc: disable 2.20 for sparc
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 17 Mar 2015 21:46:43 +0000 (18:46 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Mar 2015 22:18:31 +0000 (23:18 +0100)
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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/Config.in

index 1dd22c910cb1db8b48278f20e601e745fb0504fa..53cd958b5430dbf9f287d11d5262d12ce2f012bc 100644 (file)
@@ -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