summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-11-16 02:10:47 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-11-16 02:12:03 +0100
commitfa6a042ccd6cfa5af9d8ac97f87eb704021dea34 (patch)
tree7c0f59e956c92089c887e7d00fa68ec4284a5ec3 /profiles/default
parentdev-qt/qtwidgets: Bump to QT5_KDEPATCHSET_REV=3 (diff)
downloadgentoo-fa6a042ccd6cfa5af9d8ac97f87eb704021dea34.tar.gz
gentoo-fa6a042ccd6cfa5af9d8ac97f87eb704021dea34.tar.bz2
gentoo-fa6a042ccd6cfa5af9d8ac97f87eb704021dea34.zip
profiles, 23.0, musl, mips: 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/mips/23.0/mipsel/n64/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/n64/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/o32/musl/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults2
-rw-r--r--profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults2
8 files changed, 8 insertions, 8 deletions
diff --git a/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults b/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults
index cb0c7807a72f..2e59fcee2315 100644
--- a/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/mipsel/n64/musl/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips64el-gentoo-linux-musl"
+CHOST="mips64el-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"
diff --git a/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults b/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults
index d19638d73590..a27d20f7e941 100644
--- a/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/mipsel/o32/musl/make.defaults
@@ -1,7 +1,7 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mipsel-gentoo-linux-musl"
+CHOST="mipsel-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/n64/musl/make.defaults b/profiles/default/linux/mips/23.0/n64/musl/make.defaults
index 594d429605ee..7d44ab8f14cb 100644
--- a/profiles/default/linux/mips/23.0/n64/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/n64/musl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips64-gentoo-linux-musl"
+CHOST="mips64-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"
diff --git a/profiles/default/linux/mips/23.0/o32/musl/make.defaults b/profiles/default/linux/mips/23.0/o32/musl/make.defaults
index 98209034fdbd..dd6d00ffcba1 100644
--- a/profiles/default/linux/mips/23.0/o32/musl/make.defaults
+++ b/profiles/default/linux/mips/23.0/o32/musl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips-gentoo-linux-musl"
+CHOST="mips-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults b/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults
index 26dbb0e4c1dc..a03fe9087268 100644
--- a/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/n64/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips64el-gentoo-linux-musl"
+CHOST="mips64el-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"
diff --git a/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults
index d0dec15ac7be..a47110341849 100644
--- a/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/musl/mipsel/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mipsel-gentoo-linux-musl"
+CHOST="mipsel-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"
diff --git a/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults b/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults
index 90dd88675350..3aa37470dc52 100644
--- a/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/musl/n64/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips64-gentoo-linux-musl"
+CHOST="mips64-unknown-linux-musl"
CHOST_n64="${CHOST}"
LIBDIR_n64="lib"
diff --git a/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults
index 4027a830450d..60751683766b 100644
--- a/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults
+++ b/profiles/default/linux/mips/23.0/split-usr/musl/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-CHOST="mips-gentoo-linux-musl"
+CHOST="mips-unknown-linux-musl"
CHOST_o32="${CHOST}"
LIBDIR_o32="lib"