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-a3cf2f4a3e73master
parent
a4fbc42a5a
commit
6ac8d169bd
|
@ -177,6 +177,7 @@ choice
|
|||
|
||||
config USE_MUSL
|
||||
bool "Use musl"
|
||||
depends !(mips64 || mips64el)
|
||||
|
||||
endchoice
|
||||
|
||||
|
|
Loading…
Reference in New Issue