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 | 37b7f67d00c2c143289c1d4a52515fc2cb1bf981 (patch) | |
tree | 65be2482de4afe8a10cebf5e77db01c9ff79a0f2 | |
parent | e4b055fa7f5e719ffabea919c8139d0bd96d9a97 (diff) | |
download | master-187ad058-37b7f67d00c2c143289c1d4a52515fc2cb1bf981.tar.gz master-187ad058-37b7f67d00c2c143289c1d4a52515fc2cb1bf981.tar.bz2 master-187ad058-37b7f67d00c2c143289c1d4a52515fc2cb1bf981.zip |
build: fix the strip default for musl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35389 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |