1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:14:05 +02:00

mark mklibs as broken, fixes are in trunk but too intrusive to backport

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-03-15 21:34:16 +00:00
parent 75e500e6d4
commit 4053856d96

View File

@ -275,6 +275,7 @@ menu "Global build settings"
config USE_MKLIBS config USE_MKLIBS
bool "Strip unnecessary functions from libraries" bool "Strip unnecessary functions from libraries"
depends BROKEN
help help
Reduces libraries to only those functions that are necessary for using all Reduces libraries to only those functions that are necessary for using all
selected packages (including those selected as <M>) selected packages (including those selected as <M>)