From: Felix Fietkau Date: Mon, 11 Dec 2017 09:39:24 +0000 (+0100) Subject: build: stop supporting mklibs on uClibc X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=05a7f459db61b12d595ca94b4a19a988bc705071;p=openwrt%2Fstaging%2Fnbd.git build: stop supporting mklibs on uClibc It may no longer work with upcoming updates, and it is not needed for ARC (the only target still using uClibc) Signed-off-by: Felix Fietkau --- diff --git a/config/Config-build.in b/config/Config-build.in index f9987fcd2b..564ec3b44a 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -153,6 +153,7 @@ menu "Global build settings" config USE_MKLIBS bool "Strip unnecessary functions from libraries" + depends on !USE_UCLIBC help Reduces libraries to only those functions that are necessary for using all selected packages (including those selected as ). Note that this will