summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-31 15:20:08 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-01 17:28:57 +0200
commitf7a257365eb27b8fc238da6e7be0c6070fa75463 (patch)
treef8a2e9420ac57f3de36e83e0989ee9423c8de825 /toolchain
parentb3b4369848e4a4349884499abe9a40f7666389bc (diff)
downloadbuildroot-f7a257365eb27b8fc238da6e7be0c6070fa75463.tar.gz
buildroot-f7a257365eb27b8fc238da6e7be0c6070fa75463.zip
reenable microblaze little endian for internal musl toolchain
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>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-buildroot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index e27a4a9960..eef9f9ce02 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -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
OpenPOWER on IntegriCloud