summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-08-08 02:25:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-08-08 02:25:03 +0000
commitb1a2f4b2b83a77e98c5e994403b98607efb5ccb8 (patch)
treedf2fd07054791876a6857b91371ddf6d534fb215 /Config.in
parentd9f9d74f6949c1648fde76911b5a74cd87846897 (diff)
downloadmaster-31e0f0ae-b1a2f4b2b83a77e98c5e994403b98607efb5ccb8.tar.gz
master-31e0f0ae-b1a2f4b2b83a77e98c5e994403b98607efb5ccb8.tar.bz2
master-31e0f0ae-b1a2f4b2b83a77e98c5e994403b98607efb5ccb8.zip
integrate mklibs.py support into the build process
SVN-Revision: 17173
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 18aafda3a7..9879c7d9c0 100644
--- a/Config.in
+++ b/Config.in
@@ -126,6 +126,14 @@ choice
endchoice
+config USE_MKLIBS
+ bool "Strip unnecessary functions from libraries"
+ help
+ Reduces libraries to only those functions that are necessary for using all
+ selected packages (including those selected as <M>)
+ Note that this will make the system libraries incompatible with most of the packages
+ that are not selected during the build process
+
comment "Package build options"
config DEBUG