commit: 2070994f02f6d790dc9e391e2c2f837596b7925b Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Nov 15 22:52:25 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Nov 15 22:52:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2070994f
profiles, 23.0, musl, amd64: fix CHOST vendor field Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/amd64/23.0/musl/make.defaults | 2 +- 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 <[email protected]> (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 <[email protected]> (2014-07-01) # Multilib-related setup, bug #515130
