From 3652fdd67f01c95650536b816c1bcc13fc5df89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 25 Mar 2022 01:03:55 +0100 Subject: [PATCH] profiles: musl/clang: modify CHOST due to libcxx default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- profiles/default/linux/amd64/17.0/musl/clang/make.defaults | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 profiles/default/linux/amd64/17.0/musl/clang/make.defaults 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 0000000000000..0733def06ac29 --- /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}"