Browse Source

toolchain: musl is not available on MIPS64

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

SVN-Revision: 36206
Florian Fainelli 12 years ago
parent
commit
2f972664ec
1 changed files with 1 additions and 0 deletions
  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