toolchain: Select USE_SSTRIP with external musl toolchain
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Sep 2022 22:29:00 +0000 (00:29 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 6 Dec 2022 00:01:12 +0000 (01:01 +0100)
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>
(cherry picked from commit 9403810c020cca136149973a3929bf77a1f501aa)

config/Config-build.in
target/sdk/files/Config.in

index 196d4e67a0beca09e09228627f73d83c00dab127..a43f218c89646dc683aae5fa81153035ae53f75c 100644 (file)
@@ -164,7 +164,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
index f6879924975885a7bcad85ca7ca5a3c1738fd499..b1e18949f63baa26687fffa4efb1db2c9ae52101 100644 (file)
@@ -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