Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/openwrt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-29 22:16:55 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-01-29 22:16:55 +0400
commitbe55b0f3f446c40086e04dae8abd50f02b153b83 (patch)
treed545b2188ef8a2e5d10d0ba6fe62d8ebc72de012 /Config.in
parent71522ce16064d1aa74c0c9a31fb139ba89850239 (diff)
build: fix the strip default for musl
SVN-Revision: 35389
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 5da7c0ad19..24ea2205d2 100644
--- a/Config.in
+++ b/Config.in
@@ -515,7 +515,7 @@ menu "Global build settings"
choice
prompt "Binary stripping method"
default USE_STRIP if EXTERNAL_TOOLCHAIN
- default USE_STRIP if USE_GLIBC || USE_EGLIBC
+ default USE_STRIP if USE_GLIBC || USE_EGLIBC || USE_MUSL
default USE_SSTRIP
help
Select the binary stripping method you wish to use.