From: Gustavo Zacarias Date: Tue, 6 May 2014 10:42:44 +0000 (-0300) Subject: toolchain/buildroot: default to uClibc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=493b1177b970565fb407ad121a297d8efc10def2;p=buildroot.git toolchain/buildroot: default to uClibc Otherwise we're getting musl for everything except those who have a default (mips64*). Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- 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