diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-25 10:23:07 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-03-25 10:23:40 +0100 |
commit | 5307ba590b169972cc8724482140869fe6c2cb31 (patch) | |
tree | 1082d857efdcdb35ab82a5fef9b7a8de5cf7412a /profiles | |
parent | xfce-extra/xfce4-sensors-plugin: Remove old (diff) | |
download | gentoo-5307ba590b169972cc8724482140869fe6c2cb31.tar.gz gentoo-5307ba590b169972cc8724482140869fe6c2cb31.tar.bz2 gentoo-5307ba590b169972cc8724482140869fe6c2cb31.zip |
Revert "profiles: musl/clang: modify CHOST due to libcxx default"
This was a bit premature.
This reverts commit 3652fdd67f01c95650536b816c1bcc13fc5df89a.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/amd64/17.0/musl/clang/make.defaults | 6 |
1 files changed, 0 insertions, 6 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 deleted file mode 100644 index 0733def06ac2..000000000000 --- a/profiles/default/linux/amd64/17.0/musl/clang/make.defaults +++ /dev/null @@ -1,6 +0,0 @@ -# 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}" |