profiles/arch/{ppc64,ppc64le}/musl: change CHOST vendor string to gentoo
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 10 Feb 2020 01:26:48 +0000 (17:26 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Mon, 10 Feb 2020 01:26:48 +0000 (17:26 -0800)
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
profiles/default/linux/ppc64/17.0/musl/make.defaults
profiles/default/linux/ppc64le/17.0/musl/make.defaults

index 34e0d7abf46c03c038cd3997d4911f44b42a1429..253d3c25da048182d929e38b91c9cce7e23022f1 100644 (file)
@@ -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"
index 5d7c33d57870b3a6bd40f21bb71a108ead3ac5fc..94b5aaa827a9c267ac7af88bd9dd5422ef8fafc1 100644 (file)
@@ -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"