toolchain: musl is not available on MIPS64
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Apr 2013 12:36:26 +0000 (12:36 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 5 Apr 2013 12:36:26 +0000 (12:36 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36206 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/Config.in

index e32364095bbe31ab78b6c8f8c698dd48a8cb1075..cbac108cd0c65202157bcbaf8cebeab43603e13a 100644 (file)
@@ -177,6 +177,7 @@ choice
 
        config USE_MUSL
                bool "Use musl"
+               depends !(mips64 || mips64el)
 
 endchoice