diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-01 20:08:25 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-01 20:10:34 +0100 |
commit | 432c140439ba4f63e7c4126919c27db08d05e737 (patch) | |
tree | 9db89a58371a94022eb9a8e09da8028855a4f61a /profiles/prefix | |
parent | sys-fs/zfs-kmod: remove rc ebuilds (diff) | |
download | gentoo-432c140439ba4f63e7c4126919c27db08d05e737.tar.gz gentoo-432c140439ba4f63e7c4126919c27db08d05e737.tar.bz2 gentoo-432c140439ba4f63e7c4126919c27db08d05e737.zip |
profiles/prefix/linux: add ppc64le profile
Bug: https://bugs.gentoo.org/755551
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/linux/ppc64le/eapi | 1 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64le/make.defaults | 12 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64le/packages | 7 | ||||
-rw-r--r-- | profiles/prefix/linux/ppc64le/parent | 2 |
4 files changed, 22 insertions, 0 deletions
diff --git a/profiles/prefix/linux/ppc64le/eapi b/profiles/prefix/linux/ppc64le/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/prefix/linux/ppc64le/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/prefix/linux/ppc64le/make.defaults b/profiles/prefix/linux/ppc64le/make.defaults new file mode 100644 index 000000000000..477b3c262767 --- /dev/null +++ b/profiles/prefix/linux/ppc64le/make.defaults @@ -0,0 +1,12 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +ARCH="ppc64" +CHOST="powerpc64le-pc-linux-gnu" +# The base profile sets ACCEPT_KEYWORDS=ppc64 and we don't have that in prefix. +# Eventually, ~* should be removed once someone is motivated for this arch +ACCEPT_KEYWORDS="-ppc64 ~ppc64-linux ~*" + +# We don't have lib64 in prefix so, remove it here. +SYMLINK_LIB="" +LIBDIR_ppc64="lib" diff --git a/profiles/prefix/linux/ppc64le/packages b/profiles/prefix/linux/ppc64le/packages new file mode 100644 index 000000000000..13fe69af5f81 --- /dev/null +++ b/profiles/prefix/linux/ppc64le/packages @@ -0,0 +1,7 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Those are part of the base powerpc profile's @system set, but having them as +# part of @system makes no sense for Gentoo Prefix. +-*sys-fs/hfsutils +-*sys-fs/hfsplusutils diff --git a/profiles/prefix/linux/ppc64le/parent b/profiles/prefix/linux/ppc64le/parent new file mode 100644 index 000000000000..ba569be12a9a --- /dev/null +++ b/profiles/prefix/linux/ppc64le/parent @@ -0,0 +1,2 @@ +../../../default/linux/powerpc/ppc64/17.0/64bit-userland +.. |