소스 검색

toolchain: musl is not available on MIPS64

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

SVN-Revision: 36206
Florian Fainelli 12 년 전
부모
커밋
2f972664ec
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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