toolchain: musl is not available on MIPS64
authorFlorian Fainelli <florian@openwrt.org>
Fri, 5 Apr 2013 12:36:26 +0000 (12:36 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 5 Apr 2013 12:36:26 +0000 (12:36 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36206

toolchain/Config.in

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