summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-05-06 07:42:44 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-05-06 14:06:01 +0200
commit493b1177b970565fb407ad121a297d8efc10def2 (patch)
tree8481e1681a9a2fa58de3b6e938d76153732aac51 /toolchain/toolchain-buildroot
parent2d71c1249f3d00dbbb7828d1cdff47169a0b477c (diff)
downloadbuildroot-493b1177b970565fb407ad121a297d8efc10def2.tar.gz
buildroot-493b1177b970565fb407ad121a297d8efc10def2.zip
toolchain/buildroot: default to uClibc
Otherwise we're getting musl for everything except those who have a default (mips64*). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain/toolchain-buildroot')
-rw-r--r--toolchain/toolchain-buildroot/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/toolchain-buildroot/Config.in b/toolchain/toolchain-buildroot/Config.in
index 1bd3f92365..216f9db7a7 100644
--- a/toolchain/toolchain-buildroot/Config.in
+++ b/toolchain/toolchain-buildroot/Config.in
@@ -22,6 +22,7 @@ source "package/linux-headers/Config.in.host"
choice
prompt "C library"
+ default BR2_TOOLCHAIN_UCLIBC
default BR2_TOOLCHAIN_BUILDROOT_EGLIBC if BR2_mips64 || BR2_mips64el
config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
OpenPOWER on IntegriCloud