Commit 48a00cc2 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 00731430
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_MKLIBS
	bool "Run mklibs on the built root filesystem"
	depends on BROKEN
	help
	  Recompiles all the shared libraries to only include the
	  symbols actually needed to run the binaries on the target