toolchain: fix default toolchain selection for mips64 added in r47355

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48554
This commit is contained in:
Felix Fietkau 2016-01-29 23:19:19 +00:00
parent 926c8dfc7b
commit 88df28aab1
1 changed files with 2 additions and 1 deletions

View File

@ -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