summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-17 18:46:43 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-17 23:18:31 +0100
commitdbf7da63188d461e738dcfcaa436b84baa23143c (patch)
treed3f2d3b694d96eebf21162e5bf95e02504689457 /package
parent98689e11f5b64c18f92510cff922eeee0bf262d0 (diff)
downloadbuildroot-dbf7da63188d461e738dcfcaa436b84baa23143c.tar.gz
buildroot-dbf7da63188d461e738dcfcaa436b84baa23143c.zip
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 <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/glibc/Config.in2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud