Inconsistent clang --target
behavior across musl archs
#89146
Labels
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
It appears clang is able to locate the gcc toolchain from triplet without distro name for aarch64, but not armv7:
Setup:
Test:
Other musllibc-based distros use neutral names for gcc toolchain:
${arch}-linux-musl
. Due to this disparity in identifying gcc toolchain, we would need to special case musleabihf for Alpine Linux.The text was updated successfully, but these errors were encountered: