summaryrefslogtreecommitdiff
path: root/toolchain/mklibs/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-08-02 21:19:09 +0000
committerEric Andersen <andersen@codepoet.org>2006-08-02 21:19:09 +0000
commit9ab4e56e94d56848a3e883e4e1610986a523dbe5 (patch)
treef32e19010ef0d52d8b1b9d86fbc7b9aad9ac230c /toolchain/mklibs/Config.in
parent54044da9735da1e0abe78f04a96e8d29abef6d60 (diff)
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.
Diffstat (limited to 'toolchain/mklibs/Config.in')
-rw-r--r--toolchain/mklibs/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/mklibs/Config.in b/toolchain/mklibs/Config.in
new file mode 100644
index 000000000..faf0ab46a
--- /dev/null
+++ b/toolchain/mklibs/Config.in
@@ -0,0 +1,6 @@
+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