toolchain: musl is not available on MIPS64

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36206 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2013-04-05 12:36:26 +00:00
parent a4fbc42a5a
commit 6ac8d169bd
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ choice
config USE_MUSL
bool "Use musl"
depends !(mips64 || mips64el)
endchoice