From 05a7f459db61b12d595ca94b4a19a988bc705071 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 11 Dec 2017 10:39:24 +0100 Subject: [PATCH] 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 --- config/Config-build.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2