integrate mklibs.py support into the build process

SVN-Revision: 17173
This commit is contained in:
Felix Fietkau
2009-08-08 02:25:03 +00:00
parent d9f9d74f69
commit b1a2f4b2b8
2 changed files with 43 additions and 0 deletions

View File

@@ -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