Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ppc64le/17.0/musl/, ...
Date: Mon, 10 Feb 2020 01:28:56
Message-Id: 1581298008.49531052854a63c0a4439f989cd27d731c1463de.gyakovlev@gentoo
1 commit: 49531052854a63c0a4439f989cd27d731c1463de
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 10 01:26:48 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 10 01:26:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49531052
7
8 profiles/arch/{ppc64,ppc64le}/musl: change CHOST vendor string to gentoo
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 profiles/default/linux/ppc64/17.0/musl/make.defaults | 2 +-
13 profiles/default/linux/ppc64le/17.0/musl/make.defaults | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/profiles/default/linux/ppc64/17.0/musl/make.defaults b/profiles/default/linux/ppc64/17.0/musl/make.defaults
17 index 34e0d7abf46..253d3c25da0 100644
18 --- a/profiles/default/linux/ppc64/17.0/musl/make.defaults
19 +++ b/profiles/default/linux/ppc64/17.0/musl/make.defaults
20 @@ -1,6 +1,6 @@
21 # Copyright 2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -CHOST="powerpc64-unknown-linux-musl"
25 +CHOST="powerpc64-gentoo-linux-musl"
26 CHOST_ppc64="${CHOST}"
27 LIBDIR_ppc64="lib"
28
29 diff --git a/profiles/default/linux/ppc64le/17.0/musl/make.defaults b/profiles/default/linux/ppc64le/17.0/musl/make.defaults
30 index 5d7c33d5787..94b5aaa827a 100644
31 --- a/profiles/default/linux/ppc64le/17.0/musl/make.defaults
32 +++ b/profiles/default/linux/ppc64le/17.0/musl/make.defaults
33 @@ -1,6 +1,6 @@
34 # Copyright 2020 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 -CHOST="powerpc64le-unknown-linux-musl"
38 +CHOST="powerpc64le-gentoo-linux-musl"
39 CHOST_ppc64="${CHOST}"
40 LIBDIR_ppc64="lib"