Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] glibc: disable eglibc 2.18 for sparc
@ 2015-03-17 22:21 Gustavo Zacarias
  2015-03-20 20:50 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2015-03-17 22:21 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/glibc/Config.in | 2 ++
 1 file changed, 2 insertions(+)

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"
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-20 23:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 22:21 [Buildroot] [PATCH] glibc: disable eglibc 2.18 for sparc Gustavo Zacarias
2015-03-20 20:50 ` Thomas Petazzoni
2015-03-20 20:56   ` Gustavo Zacarias
2015-03-20 21:10     ` Thomas Petazzoni
2015-03-20 23:00       ` Gustavo Zacarias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox