diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-22 19:56:26 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-28 01:25:48 -0800 |
commit | 5194f5d4268821e292e12ff1bdd5af4a0709a012 (patch) | |
tree | 54e627ea7ee1e2cbc0a8d05848c55a6ef3a9ea85 /profiles/default/linux/ppc64 | |
parent | profiles/arch/ppc64: add skeleton profiles (diff) | |
download | gentoo-5194f5d4268821e292e12ff1bdd5af4a0709a012.tar.gz gentoo-5194f5d4268821e292e12ff1bdd5af4a0709a012.tar.bz2 gentoo-5194f5d4268821e292e12ff1bdd5af4a0709a012.zip |
profiles/default/linux/{ppc64,ppc64le}: add new set of profiles
flatter, simpler, shorter profiles
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/default/linux/ppc64')
-rw-r--r-- | profiles/default/linux/ppc64/17.0/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/17.0/parent | 2 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/parent | 3 |
5 files changed, 13 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc64/17.0/eapi b/profiles/default/linux/ppc64/17.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc64/17.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64/17.0/parent b/profiles/default/linux/ppc64/17.0/parent new file mode 100644 index 000000000000..4ce24f0217a8 --- /dev/null +++ b/profiles/default/linux/ppc64/17.0/parent @@ -0,0 +1,2 @@ +.. +../../../../releases/17.0 diff --git a/profiles/default/linux/ppc64/eapi b/profiles/default/linux/ppc64/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc64/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64/package.use.mask b/profiles/default/linux/ppc64/package.use.mask new file mode 100644 index 000000000000..631cbe4ff0cb --- /dev/null +++ b/profiles/default/linux/ppc64/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Mike Frysinger <vapier@gentoo.org> (2014-10-21) +# This target supports ASAN/etc... #504200. +sys-devel/gcc -sanitize diff --git a/profiles/default/linux/ppc64/parent b/profiles/default/linux/ppc64/parent new file mode 100644 index 000000000000..026611146a80 --- /dev/null +++ b/profiles/default/linux/ppc64/parent @@ -0,0 +1,3 @@ +../../../base +.. +../../../arch/ppc64/big-endian |