Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/arch/powerpc/ppc64/64le/, ...
Date: Tue, 27 Oct 2015 22:17:30
Message-Id: 1445984609.920850505914db1c5145c9d4aebfcf2716ac2e2e.blueness@gentoo
1 commit: 920850505914db1c5145c9d4aebfcf2716ac2e2e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 22:23:29 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 22:23:29 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92085050
7
8 profiles: add stub little-endian ppc64 profile.
9
10 profiles/arch/powerpc/ppc64/64le/eapi | 1 +
11 profiles/arch/powerpc/ppc64/64le/make.defaults | 9 +++++++++
12 profiles/arch/powerpc/ppc64/64le/parent | 2 ++
13 .../linux/powerpc/ppc64/13.0/64bit-userland/little-endian/parent | 2 ++
14 profiles/profiles.desc | 1 +
15 5 files changed, 15 insertions(+)
16
17 diff --git a/profiles/arch/powerpc/ppc64/64le/eapi b/profiles/arch/powerpc/ppc64/64le/eapi
18 new file mode 100644
19 index 0000000..7ed6ff8
20 --- /dev/null
21 +++ b/profiles/arch/powerpc/ppc64/64le/eapi
22 @@ -0,0 +1 @@
23 +5
24
25 diff --git a/profiles/arch/powerpc/ppc64/64le/make.defaults b/profiles/arch/powerpc/ppc64/64le/make.defaults
26 new file mode 100644
27 index 0000000..3f18179
28 --- /dev/null
29 +++ b/profiles/arch/powerpc/ppc64/64le/make.defaults
30 @@ -0,0 +1,9 @@
31 +# Copyright 1999-2015 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +CHOST="powerpc64le-unknown-linux-gnu"
36 +CFLAGS="-O2 -pipe"
37 +CXXFLAGS="${CFLAGS}"
38 +FFLAGS="${CFLAGS}"
39 +FCFLAGS="${CFLAGS}"
40
41 diff --git a/profiles/arch/powerpc/ppc64/64le/parent b/profiles/arch/powerpc/ppc64/64le/parent
42 new file mode 100644
43 index 0000000..00012cf
44 --- /dev/null
45 +++ b/profiles/arch/powerpc/ppc64/64le/parent
46 @@ -0,0 +1,2 @@
47 +../../../../features/64bit-native
48 +..
49
50 diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/parent
51 new file mode 100644
52 index 0000000..64683a9
53 --- /dev/null
54 +++ b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian/parent
55 @@ -0,0 +1,2 @@
56 +..
57 +../../../../../../../arch/powerpc/ppc64/64le
58
59 diff --git a/profiles/profiles.desc b/profiles/profiles.desc
60 index 9274218..39d74f3 100644
61 --- a/profiles/profiles.desc
62 +++ b/profiles/profiles.desc
63 @@ -131,6 +131,7 @@ ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/sy
64 ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde stable
65 ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/kde/systemd stable
66 ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/developer stable
67 +ppc64 default/linux/powerpc/ppc64/13.0/64bit-userland/little-endian exp
68
69 # RISC-V Profiles
70 riscv default/linux/riscv/13.0 exp