glibc: disable eglibc 2.18 for sparc

It's broken as well, wants to emit v9 asm.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-03-17 19:21:00 -03:00 committed by Thomas Petazzoni
parent 70f74d8662
commit e781702c47
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ choice
config BR2_EGLIBC_VERSION_2_18
bool "2.18-svnr23787"
# Build breakage
depends on !BR2_sparc
config BR2_EGLIBC_VERSION_2_19
bool "2.19-svnr25243"