From 49531052854a63c0a4439f989cd27d731c1463de Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Sun, 9 Feb 2020 17:26:48 -0800 Subject: [PATCH] profiles/arch/{ppc64,ppc64le}/musl: change CHOST vendor string to gentoo Signed-off-by: Georgy Yakovlev --- profiles/default/linux/ppc64/17.0/musl/make.defaults | 2 +- profiles/default/linux/ppc64le/17.0/musl/make.defaults | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/default/linux/ppc64/17.0/musl/make.defaults b/profiles/default/linux/ppc64/17.0/musl/make.defaults index 34e0d7abf46c..253d3c25da04 100644 --- a/profiles/default/linux/ppc64/17.0/musl/make.defaults +++ b/profiles/default/linux/ppc64/17.0/musl/make.defaults @@ -1,6 +1,6 @@ # Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="powerpc64-unknown-linux-musl" +CHOST="powerpc64-gentoo-linux-musl" CHOST_ppc64="${CHOST}" LIBDIR_ppc64="lib" diff --git a/profiles/default/linux/ppc64le/17.0/musl/make.defaults b/profiles/default/linux/ppc64le/17.0/musl/make.defaults index 5d7c33d57870..94b5aaa827a9 100644 --- a/profiles/default/linux/ppc64le/17.0/musl/make.defaults +++ b/profiles/default/linux/ppc64le/17.0/musl/make.defaults @@ -1,6 +1,6 @@ # Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="powerpc64le-unknown-linux-musl" +CHOST="powerpc64le-gentoo-linux-musl" CHOST_ppc64="${CHOST}" LIBDIR_ppc64="lib" -- 2.26.2