aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-29 23:19:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-29 23:19:19 +0000
commit60c157c3e1bff9379015e8f165dde8d8db153b08 (patch)
treef0d48093382f37ec40fccb12496d791f4607987c /toolchain
parent52ef4f1d6ebba75ee4d69cc854cb6d2dacd7d72f (diff)
downloadmaster-187ad058-60c157c3e1bff9379015e8f165dde8d8db153b08.tar.gz
master-187ad058-60c157c3e1bff9379015e8f165dde8d8db153b08.tar.bz2
master-187ad058-60c157c3e1bff9379015e8f165dde8d8db153b08.zip
toolchain: fix default toolchain selection for mips64 added in r47355
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 1eb99e362a..d1de8f37be 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -257,10 +257,11 @@ config INSIGHT
Enable if you want to build insight-gdb.
config USE_GLIBC
+ default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (mips64 || mips64el)
bool
config USE_UCLIBC
- default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc || mips64 || mips64el)
+ default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
bool
config USE_MUSL