diff options
Diffstat (limited to 'package/glibc/Config.in')
-rw-r--r-- | package/glibc/Config.in | 2 |
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 |