Commit dbf7da63 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 98689e11
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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