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)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 3 Oct 2022 17:51:49 +0000 (19:51 +0200)
commit8f72f5e4c0c368902087cc26f7d16ff4f012ed1b
treedc5e71ecb9c3d35fbda46a3e6a747c00473a8880
parent4ad6925a9e6685ecb1931cd76431d1339f47e8c2
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>
(cherry picked from commit 9403810c020cca136149973a3929bf77a1f501aa)
config/Config-build.in
target/sdk/files/Config.in