diff options
Diffstat (limited to 'profiles/default')
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" |