소스 검색

disable sstrip when using musl

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

SVN-Revision: 34427
Florian Fainelli 13 년 전
부모
커밋
a68f386663
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Config.in

+ 1 - 0
Config.in

@@ -528,6 +528,7 @@ menu "Global build settings"
 			depends !DEBUG
 			depends !USE_GLIBC
 			depends !USE_EGLIBC
+			depends !USE_MUSL
 			help
 			  This will install binaries stripped using sstrip
 	endchoice