summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-25 01:03:55 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-25 01:04:35 +0100
commit3652fdd67f01c95650536b816c1bcc13fc5df89a (patch)
tree1ee9ef7187b70344f7e98ee3eb44b205702fb1f6 /profiles/default/linux/amd64
parentdev-python/jinja: Bump to 3.1.0 (diff)
downloadgentoo-3652fdd67f01c95650536b816c1bcc13fc5df89a.tar.gz
gentoo-3652fdd67f01c95650536b816c1bcc13fc5df89a.tar.bz2
gentoo-3652fdd67f01c95650536b816c1bcc13fc5df89a.zip
profiles: musl/clang: modify CHOST due to libcxx default
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default/linux/amd64')
-rw-r--r--profiles/default/linux/amd64/17.0/musl/clang/make.defaults6
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/17.0/musl/clang/make.defaults b/profiles/default/linux/amd64/17.0/musl/clang/make.defaults
new file mode 100644
index 000000000000..0733def06ac2
--- /dev/null
+++ b/profiles/default/linux/amd64/17.0/musl/clang/make.defaults
@@ -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}"