All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] reenable microblaze little endian for internal musl toolchain
@ 2014-05-31  8:45 Waldemar Brodkorb
  2014-05-31 11:13 ` Thomas Petazzoni
  2014-05-31 20:56 ` William Welch
  0 siblings, 2 replies; 8+ messages in thread
From: Waldemar Brodkorb @ 2014-05-31  8:45 UTC (permalink / raw)
  To: buildroot

The assumption musl libc does not support microblaze little endian
mode is wrong.
See http://git.musl-libc.org/cgit/musl/tree/configure
line number 447-448.

Tested with qemu.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 toolchain/toolchain-buildroot/Config.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 840668c..7623790 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -81,7 +81,7 @@ comment "(e)glibc only available with shared lib support"
 config BR2_TOOLCHAIN_BUILDROOT_MUSL
 	bool "musl (experimental)"
 	depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_microblazebe || \
-		BR2_mips || BR2_mipsel || BR2_powerpc || BR2_x86_64
+		BR2_microblaze || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_x86_64
 	select BR2_TOOLCHAIN_USES_MUSL
 	help
 	  This option selects musl as the C library for the
-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-01  7:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-31  8:45 [Buildroot] [PATCH] reenable microblaze little endian for internal musl toolchain Waldemar Brodkorb
2014-05-31 11:13 ` Thomas Petazzoni
2014-05-31 20:56 ` William Welch
2014-05-31 21:43   ` Thomas Petazzoni
2014-05-31 22:12     ` William Welch
2014-06-01  6:39       ` Thomas Petazzoni
2014-06-01  7:04       ` Waldemar Brodkorb
2014-06-01  7:30         ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.