Quellcode durchsuchen

toolchain: musl is not available on MIPS64

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

SVN-Revision: 36206
Florian Fainelli vor 12 Jahren
Ursprung
Commit
2f972664ec
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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