reenable microblaze little endian for internal musl toolchain
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 31 May 2014 13:20:08 +0000 (15:20 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 1 Jun 2014 15:28:57 +0000 (17:28 +0200)
The assumption that 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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-buildroot/Config.in

index e27a4a9960dd5a17619da58281f20feb3330df63..eef9f9ce0296ece51ef11c32959bb5081b662f8d 100644 (file)
@@ -82,7 +82,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