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, 12 Sep 2022 21:16:22 +0000 (23:16 +0200)
commit9403810c020cca136149973a3929bf77a1f501aa
treeaeca7e4cc6e2592f5748d66e876a7d99a928bbca
parent31a6605de04218e1c04bd5c2436c24d7d1c07506
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>
config/Config-build.in
target/sdk/files/Config.in