From 5194f5d4268821e292e12ff1bdd5af4a0709a012 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Wed, 22 Jan 2020 19:56:26 -0800 Subject: [PATCH] profiles/default/linux/{ppc64,ppc64le}: add new set of profiles flatter, simpler, shorter profiles Signed-off-by: Georgy Yakovlev --- profiles/default/linux/ppc64/17.0/eapi | 1 + profiles/default/linux/ppc64/17.0/parent | 2 ++ profiles/default/linux/ppc64/eapi | 1 + profiles/default/linux/ppc64/package.use.mask | 6 ++++++ profiles/default/linux/ppc64/parent | 3 +++ profiles/default/linux/ppc64le/17.0/eapi | 1 + profiles/default/linux/ppc64le/17.0/parent | 2 ++ profiles/default/linux/ppc64le/eapi | 1 + profiles/default/linux/ppc64le/package.use.mask | 6 ++++++ profiles/default/linux/ppc64le/parent | 3 +++ 10 files changed, 26 insertions(+) create mode 100644 profiles/default/linux/ppc64/17.0/eapi create mode 100644 profiles/default/linux/ppc64/17.0/parent create mode 100644 profiles/default/linux/ppc64/eapi create mode 100644 profiles/default/linux/ppc64/package.use.mask create mode 100644 profiles/default/linux/ppc64/parent create mode 100644 profiles/default/linux/ppc64le/17.0/eapi create mode 100644 profiles/default/linux/ppc64le/17.0/parent create mode 100644 profiles/default/linux/ppc64le/eapi create mode 100644 profiles/default/linux/ppc64le/package.use.mask create mode 100644 profiles/default/linux/ppc64le/parent 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 (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 diff --git a/profiles/default/linux/ppc64le/17.0/eapi b/profiles/default/linux/ppc64le/17.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64le/17.0/parent b/profiles/default/linux/ppc64le/17.0/parent new file mode 100644 index 000000000000..4ce24f0217a8 --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/parent @@ -0,0 +1,2 @@ +.. +../../../../releases/17.0 diff --git a/profiles/default/linux/ppc64le/eapi b/profiles/default/linux/ppc64le/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc64le/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64le/package.use.mask b/profiles/default/linux/ppc64le/package.use.mask new file mode 100644 index 000000000000..631cbe4ff0cb --- /dev/null +++ b/profiles/default/linux/ppc64le/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 (2014-10-21) +# This target supports ASAN/etc... #504200. +sys-devel/gcc -sanitize diff --git a/profiles/default/linux/ppc64le/parent b/profiles/default/linux/ppc64le/parent new file mode 100644 index 000000000000..281d8ea58352 --- /dev/null +++ b/profiles/default/linux/ppc64le/parent @@ -0,0 +1,3 @@ +../../../base +.. +../../../arch/ppc64/little-endian -- 2.26.2