buildrootschalter/toolchain/mklibs/Config.in
Eric Andersen 9ab4e56e94 Add support for mklibs (strips unused syms from shared libs such as uClibc)
based on a patch from akvadrako, and using a version of mklibs.py that was
massively hacked up by andersee and mjn3 for uClibc support.
2006-08-02 21:19:09 +00:00

7 lines
203 B
Plaintext

config BR2_MKLIBS
bool "Run mklibs on the built root filesystem"
default n
help
Recompiles all the shared libraries to only include the
symbols actually needed to run the binaries on the target