Bläddra i källkod

toolchain: musl is not available on MIPS64

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 36206
Florian Fainelli 12 år sedan
förälder
incheckning
2f972664ec
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      toolchain/Config.in

+ 1 - 0
toolchain/Config.in

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