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/ppc/17.0/musl/, profiles/
Date: Tue, 28 Jan 2020 09:26:28
Message-Id: 1580203553.51611c5418ea8bc05e467a18f1554074bff05dc5.gyakovlev@gentoo
1 commit: 51611c5418ea8bc05e467a18f1554074bff05dc5
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 25 03:24:06 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 09:25:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51611c54
7
8 profiles/default/linux/ppc/17.0/musl: new profile
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 profiles/default/linux/ppc/17.0/musl/eapi | 1 +
13 profiles/default/linux/ppc/17.0/musl/make.defaults | 10 ++++++++++
14 profiles/default/linux/ppc/17.0/musl/parent | 2 ++
15 profiles/profiles.desc | 1 +
16 4 files changed, 14 insertions(+)
17
18 diff --git a/profiles/default/linux/ppc/17.0/musl/eapi b/profiles/default/linux/ppc/17.0/musl/eapi
19 new file mode 100644
20 index 00000000000..7ed6ff82de6
21 --- /dev/null
22 +++ b/profiles/default/linux/ppc/17.0/musl/eapi
23 @@ -0,0 +1 @@
24 +5
25
26 diff --git a/profiles/default/linux/ppc/17.0/musl/make.defaults b/profiles/default/linux/ppc/17.0/musl/make.defaults
27 new file mode 100644
28 index 00000000000..c44b66e671a
29 --- /dev/null
30 +++ b/profiles/default/linux/ppc/17.0/musl/make.defaults
31 @@ -0,0 +1,10 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +CHOST="powerpc-gentoo-linux-musl"
36 +
37 +# Anthony G. Basile <blueness@g.o> (2014-07-01)
38 +# Multilib-related setup, bug #515130
39 +MULTILIB_ABIS="ppc"
40 +CHOST_ppc="${CHOST}"
41 +LIBDIR_ppc="lib"
42
43 diff --git a/profiles/default/linux/ppc/17.0/musl/parent b/profiles/default/linux/ppc/17.0/musl/parent
44 new file mode 100644
45 index 00000000000..58651906cb6
46 --- /dev/null
47 +++ b/profiles/default/linux/ppc/17.0/musl/parent
48 @@ -0,0 +1,2 @@
49 +..
50 +../../../../../features/musl
51
52 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
53 index 12974a7e091..60bf376a6bc 100644
54 --- a/profiles/profiles.desc
55 +++ b/profiles/profiles.desc
56 @@ -166,6 +166,7 @@ ppc default/linux/ppc/17.0/desktop exp
57 ppc default/linux/ppc/17.0/desktop/gnome exp
58 ppc default/linux/ppc/17.0/desktop/gnome/systemd exp
59 ppc default/linux/ppc/17.0/developer exp
60 +ppc default/linux/ppc/17.0/musl exp
61 ppc64 default/linux/ppc64/17.0 exp
62 ppc64 default/linux/ppc64le/17.0 exp