diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-15 23:52:25 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-15 23:52:25 +0100 |
commit | 2070994f02f6d790dc9e391e2c2f837596b7925b (patch) | |
tree | e716f053647bdf8fba8006b907e44b3f69aeafd9 /profiles | |
parent | dev-util/gitlab-cli: add 1.35.0 (diff) | |
download | gentoo-2070994f02f6d790dc9e391e2c2f837596b7925b.tar.gz gentoo-2070994f02f6d790dc9e391e2c2f837596b7925b.tar.bz2 gentoo-2070994f02f6d790dc9e391e2c2f837596b7925b.zip |
profiles, 23.0, musl, amd64: fix CHOST vendor field
Bug: https://bugs.gentoo.org/917396
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/amd64/23.0/musl/make.defaults | 2 | ||||
-rw-r--r-- | profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/linux/amd64/23.0/musl/make.defaults b/profiles/default/linux/amd64/23.0/musl/make.defaults index 96ce023a7e8f..45e426b34fd2 100644 --- a/profiles/default/linux/amd64/23.0/musl/make.defaults +++ b/profiles/default/linux/amd64/23.0/musl/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -CHOST="x86_64-gentoo-linux-musl" +CHOST="x86_64-pc-linux-musl" # Anthony G. Basile <blueness@gentoo.org> (2014-07-01) # Multilib-related setup, bug #515130 diff --git a/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults b/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults index 96ce023a7e8f..45e426b34fd2 100644 --- a/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults +++ b/profiles/default/linux/amd64/23.0/split-usr/musl/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -CHOST="x86_64-gentoo-linux-musl" +CHOST="x86_64-pc-linux-musl" # Anthony G. Basile <blueness@gentoo.org> (2014-07-01) # Multilib-related setup, bug #515130 |