diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-16 02:14:24 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-11-16 02:14:24 +0100 |
commit | f96745f4e4ce3ed5c67ceb24263fec02afc052a8 (patch) | |
tree | 598e4e839c7ce6a0cee8426a450e22fb2c3b3366 /profiles | |
parent | profiles, 23.0, musl, mips: fix CHOST vendor field (diff) | |
download | gentoo-f96745f4e4ce3ed5c67ceb24263fec02afc052a8.tar.gz gentoo-f96745f4e4ce3ed5c67ceb24263fec02afc052a8.tar.bz2 gentoo-f96745f4e4ce3ed5c67ceb24263fec02afc052a8.zip |
profiles, 23.0, musl, riscv: fix CHOST vendor field
Bug: https://bugs.gentoo.org/917396
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles')
4 files changed, 8 insertions, 8 deletions
diff --git a/profiles/default/linux/riscv/23.0/rv64/lp64/musl/make.defaults b/profiles/default/linux/riscv/23.0/rv64/lp64/musl/make.defaults index 654f67c08811..22d800dca93e 100644 --- a/profiles/default/linux/riscv/23.0/rv64/lp64/musl/make.defaults +++ b/profiles/default/linux/riscv/23.0/rv64/lp64/musl/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="riscv64-gentoo-linux-musl" +CHOST="riscv64-unknown-linux-musl" -CHOST_lp64="riscv64-gentoo-linux-musl" +CHOST_lp64="riscv64-unknown-linux-musl" LIBDIR_lp64="lib" diff --git a/profiles/default/linux/riscv/23.0/rv64/lp64d/musl/make.defaults b/profiles/default/linux/riscv/23.0/rv64/lp64d/musl/make.defaults index e63b33d06f48..cf87833fd4ee 100644 --- a/profiles/default/linux/riscv/23.0/rv64/lp64d/musl/make.defaults +++ b/profiles/default/linux/riscv/23.0/rv64/lp64d/musl/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="riscv64-gentoo-linux-musl" +CHOST="riscv64-unknown-linux-musl" -CHOST_lp64d="riscv64-gentoo-linux-musl" +CHOST_lp64d="riscv64-unknown-linux-musl" LIBDIR_lp64d="lib" diff --git a/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64/musl/make.defaults b/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64/musl/make.defaults index 654f67c08811..22d800dca93e 100644 --- a/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64/musl/make.defaults +++ b/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64/musl/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="riscv64-gentoo-linux-musl" +CHOST="riscv64-unknown-linux-musl" -CHOST_lp64="riscv64-gentoo-linux-musl" +CHOST_lp64="riscv64-unknown-linux-musl" LIBDIR_lp64="lib" diff --git a/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64d/musl/make.defaults b/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64d/musl/make.defaults index e63b33d06f48..cf87833fd4ee 100644 --- a/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64d/musl/make.defaults +++ b/profiles/default/linux/riscv/23.0/rv64/split-usr/lp64d/musl/make.defaults @@ -1,8 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="riscv64-gentoo-linux-musl" +CHOST="riscv64-unknown-linux-musl" -CHOST_lp64d="riscv64-gentoo-linux-musl" +CHOST_lp64d="riscv64-unknown-linux-musl" LIBDIR_lp64d="lib" |