projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed263fa
)
build: stop supporting mklibs on uClibc
author
Felix Fietkau
<nbd@nbd.name>
Mon, 11 Dec 2017 09:39:24 +0000
(10:39 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 13 Dec 2017 10:28:37 +0000
(11:28 +0100)
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 <nbd@nbd.name>
config/Config-build.in
patch
|
blob
|
history
diff --git
a/config/Config-build.in
b/config/Config-build.in
index f9987fcd2bb7118b5f1bb90e9d734293a2a729d0..564ec3b44a439fa9e917b8391bbf531ef3bad50a 100644
(file)
--- 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 <M>). Note that this will