소스 검색

toolchain: mark mklibs as broken

mklibs is a broken option, so mark it as so pending a proper fixup or
punting it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias 14 년 전
부모
커밋
48a00cc2ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      toolchain/mklibs/Config.in

+ 1 - 0
toolchain/mklibs/Config.in

@@ -1,5 +1,6 @@
 config BR2_MKLIBS
 config BR2_MKLIBS
 	bool "Run mklibs on the built root filesystem"
 	bool "Run mklibs on the built root filesystem"
+	depends on BROKEN
 	help
 	help
 	  Recompiles all the shared libraries to only include the
 	  Recompiles all the shared libraries to only include the
 	  symbols actually needed to run the binaries on the target
 	  symbols actually needed to run the binaries on the target