profiles: musl/clang: modify CHOST due to libcxx default

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2022-03-25 01:03:55 +01:00
parent ce6b718c56
commit 3652fdd67f

View File

@@ -0,0 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# To avoid messy ABI problems, we change the CHOST when libcxx is default.
CHOST="x86_64-libcxx-linux-musl"
CHOST_amd64="${CHOST}"