Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux/ppc64le/
Date: Tue, 01 Dec 2020 19:10:43
Message-Id: 1606849834.432c140439ba4f63e7c4126919c27db08d05e737.grobian@gentoo
1 commit: 432c140439ba4f63e7c4126919c27db08d05e737
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 1 19:08:25 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 19:10:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=432c1404
7
8 profiles/prefix/linux: add ppc64le profile
9
10 Bug: https://bugs.gentoo.org/755551
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 profiles/prefix/linux/ppc64le/eapi | 1 +
14 profiles/prefix/linux/ppc64le/make.defaults | 12 ++++++++++++
15 profiles/prefix/linux/ppc64le/packages | 7 +++++++
16 profiles/prefix/linux/ppc64le/parent | 2 ++
17 4 files changed, 22 insertions(+)
18
19 diff --git a/profiles/prefix/linux/ppc64le/eapi b/profiles/prefix/linux/ppc64le/eapi
20 new file mode 100644
21 index 00000000000..7ed6ff82de6
22 --- /dev/null
23 +++ b/profiles/prefix/linux/ppc64le/eapi
24 @@ -0,0 +1 @@
25 +5
26
27 diff --git a/profiles/prefix/linux/ppc64le/make.defaults b/profiles/prefix/linux/ppc64le/make.defaults
28 new file mode 100644
29 index 00000000000..477b3c26276
30 --- /dev/null
31 +++ b/profiles/prefix/linux/ppc64le/make.defaults
32 @@ -0,0 +1,12 @@
33 +# Copyright 1999-2020 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +ARCH="ppc64"
37 +CHOST="powerpc64le-pc-linux-gnu"
38 +# The base profile sets ACCEPT_KEYWORDS=ppc64 and we don't have that in prefix.
39 +# Eventually, ~* should be removed once someone is motivated for this arch
40 +ACCEPT_KEYWORDS="-ppc64 ~ppc64-linux ~*"
41 +
42 +# We don't have lib64 in prefix so, remove it here.
43 +SYMLINK_LIB=""
44 +LIBDIR_ppc64="lib"
45
46 diff --git a/profiles/prefix/linux/ppc64le/packages b/profiles/prefix/linux/ppc64le/packages
47 new file mode 100644
48 index 00000000000..13fe69af5f8
49 --- /dev/null
50 +++ b/profiles/prefix/linux/ppc64le/packages
51 @@ -0,0 +1,7 @@
52 +# Copyright 1999-2020 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +# Those are part of the base powerpc profile's @system set, but having them as
56 +# part of @system makes no sense for Gentoo Prefix.
57 +-*sys-fs/hfsutils
58 +-*sys-fs/hfsplusutils
59
60 diff --git a/profiles/prefix/linux/ppc64le/parent b/profiles/prefix/linux/ppc64le/parent
61 new file mode 100644
62 index 00000000000..ba569be12a9
63 --- /dev/null
64 +++ b/profiles/prefix/linux/ppc64le/parent
65 @@ -0,0 +1,2 @@
66 +../../../default/linux/powerpc/ppc64/17.0/64bit-userland
67 +..