summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-11-16 02:16:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-11-16 02:16:48 +0100
commitc1712999af6af2a4abed57481ab49c899e8c4770 (patch)
tree124dfd8e68ca28c2134ea05638803ec4b3089290 /profiles/default
parentprofiles, 23.0, musl, riscv: fix CHOST vendor field (diff)
downloadgentoo-c1712999af6af2a4abed57481ab49c899e8c4770.tar.gz
gentoo-c1712999af6af2a4abed57481ab49c899e8c4770.tar.bz2
gentoo-c1712999af6af2a4abed57481ab49c899e8c4770.zip
profiles, 23.0, musl, x86: fix CHOST vendor field
Bug: https://bugs.gentoo.org/917396 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/x86/23.0/musl/make.defaults2
-rw-r--r--profiles/default/linux/x86/23.0/split-usr/musl/make.defaults2
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/linux/x86/23.0/musl/make.defaults b/profiles/default/linux/x86/23.0/musl/make.defaults
index 80515e7c892d..7dc7895c6db4 100644
--- a/profiles/default/linux/x86/23.0/musl/make.defaults
+++ b/profiles/default/linux/x86/23.0/musl/make.defaults
@@ -1,5 +1,5 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-CHOST="i686-gentoo-linux-musl"
+CHOST="i686-pc-linux-musl"
CHOST_x86="${CHOST}"
diff --git a/profiles/default/linux/x86/23.0/split-usr/musl/make.defaults b/profiles/default/linux/x86/23.0/split-usr/musl/make.defaults
index 80515e7c892d..7dc7895c6db4 100644
--- a/profiles/default/linux/x86/23.0/split-usr/musl/make.defaults
+++ b/profiles/default/linux/x86/23.0/split-usr/musl/make.defaults
@@ -1,5 +1,5 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-CHOST="i686-gentoo-linux-musl"
+CHOST="i686-pc-linux-musl"
CHOST_x86="${CHOST}"