From 9ab4e56e94d56848a3e883e4e1610986a523dbe5 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 2 Aug 2006 21:19:09 +0000 Subject: 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. --- toolchain/mklibs/Config.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 toolchain/mklibs/Config.in (limited to 'toolchain/mklibs/Config.in') 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 -- cgit v1.2.3