diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 18:16:55 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-29 18:16:55 +0000 |
| commit | be55b0f3f446c40086e04dae8abd50f02b153b83 (patch) | |
| tree | d545b2188ef8a2e5d10d0ba6fe62d8ebc72de012 | |
| parent | 71522ce16064d1aa74c0c9a31fb139ba89850239 (diff) | |
| download | upstream-be55b0f3f446c40086e04dae8abd50f02b153b83.tar.gz upstream-be55b0f3f446c40086e04dae8abd50f02b153b83.tar.bz2 upstream-be55b0f3f446c40086e04dae8abd50f02b153b83.zip | |
build: fix the strip default for musl
SVN-Revision: 35389
| -rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.in b/Config.in index 5da7c0ad19e..24ea2205d23 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. |
