[Buildroot] [git commit] glibc: disable eglibc 2.18 for sparc

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Mar 20 20:49:34 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=e781702c4759dea8203a57d599b47a777ceba5f6
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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 53cd958..8cc8cce 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -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"



More information about the buildroot mailing list