summaryrefslogtreecommitdiffstats
path: root/target/sdk/files
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-09-12 00:29:00 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-09-12 23:16:22 +0200
commit9403810c020cca136149973a3929bf77a1f501aa (patch)
treeaeca7e4cc6e2592f5748d66e876a7d99a928bbca /target/sdk/files
parent31a6605de04218e1c04bd5c2436c24d7d1c07506 (diff)
downloadopenwrt-9403810c020cca136149973a3929bf77a1f501aa.tar.gz
openwrt-9403810c020cca136149973a3929bf77a1f501aa.tar.bz2
openwrt-9403810c020cca136149973a3929bf77a1f501aa.zip
toolchain: Select USE_SSTRIP with external musl toolchain
When we use the internal toolchain USE_SSTRIP will be selected by default for musl libc and USE_STRIP when glibc is used. Do the same when an external toolchain is used. USE_GLIBC will also be set for external toolchain builds based on the EXTERNAL_TOOLCHAIN_LIBC_USE_GLIBC setting. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/sdk/files')
-rw-r--r--target/sdk/files/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in
index aab6352118..12c0f6a624 100644
--- a/target/sdk/files/Config.in
+++ b/target/sdk/files/Config.in
@@ -31,7 +31,6 @@ menu "Global build settings"
choice
prompt "Binary stripping method"
- default USE_STRIP if EXTERNAL_TOOLCHAIN
default USE_STRIP if USE_GLIBC
default USE_SSTRIP
help