diff mbox

[PATCHv2] reenable microblaze little endian for internal musl toolchain

Message ID 20140531132008.GA22450@waldemar-brodkorb.de
State Accepted
Commit f7a257365eb27b8fc238da6e7be0c6070fa75463
Headers show

Commit Message

Waldemar Brodkorb May 31, 2014, 1:20 p.m. UTC
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. Just revert previous commit as suggested by
Thomas Petazzoni.

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

Comments

Peter Korsgaard June 1, 2014, 6:53 p.m. UTC | #1
>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > 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. Just revert previous commit as suggested by
 > Thomas Petazzoni.

 > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

Committed, thanks.
diff mbox

Patch

diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 11404e8..0d34f1d 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 || \
+	depends on BR2_arm || BR2_armeb || BR2_i386 || BR2_microblaze || \
 		BR2_mips || BR2_mipsel || BR2_powerpc || BR2_x86_64
 	select BR2_TOOLCHAIN_USES_MUSL
 	help