diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-09 17:26:48 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-09 17:26:48 -0800 |
commit | 49531052854a63c0a4439f989cd27d731c1463de (patch) | |
tree | b33ce528e463ed3b5a22b06d78dbabe0f5340b1e /profiles | |
parent | games-action/extreme-tuxracer: version bump to 0.7.5 (diff) | |
download | gentoo-49531052854a63c0a4439f989cd27d731c1463de.tar.gz gentoo-49531052854a63c0a4439f989cd27d731c1463de.tar.bz2 gentoo-49531052854a63c0a4439f989cd27d731c1463de.zip |
profiles/arch/{ppc64,ppc64le}/musl: change CHOST vendor string to gentoo
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/linux/ppc64/17.0/musl/make.defaults | 2 | ||||
-rw-r--r-- | 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" |