integrate mklibs.py support into the build process
[openwrt-10.03/.git] / Config.in
index 18aafda3a735d94a7d866d714f3ae5ef808937a4..9879c7d9c099b5bb0418f3ee4867164be31e6db9 100644 (file)
--- 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