diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-24 19:59:55 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-28 01:25:54 -0800 |
commit | e5387a8a651baea056fa4f449257a656743690f3 (patch) | |
tree | 2ea7080f4321d1491b6c27557c15dca709f44ca3 /profiles/default/linux/ppc | |
parent | profiles/default/linux/ppc/17.0/musl/hardened: new profile (diff) | |
download | gentoo-e5387a8a651baea056fa4f449257a656743690f3.tar.gz gentoo-e5387a8a651baea056fa4f449257a656743690f3.tar.bz2 gentoo-e5387a8a651baea056fa4f449257a656743690f3.zip |
profiles/default/linux/ppc/17.0/uclibc: new profile
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/default/linux/ppc')
5 files changed, 30 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc/17.0/uclibc/eapi b/profiles/default/linux/ppc/17.0/uclibc/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc/17.0/uclibc/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc/17.0/uclibc/make.defaults b/profiles/default/linux/ppc/17.0/uclibc/make.defaults new file mode 100644 index 000000000000..535f97151729 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="powerpc-gentoo-linux-uclibc" + +# Anthony G. Basile <blueness@gentoo.org> (2014-07-01) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="ppc" +CHOST_ppc="${CHOST}" +LIBDIR_ppc="lib" diff --git a/profiles/default/linux/ppc/17.0/uclibc/package.use b/profiles/default/linux/ppc/17.0/uclibc/package.use new file mode 100644 index 000000000000..c9c780268687 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/uclibc/package.use @@ -0,0 +1,7 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + + +# Anthony G. Basile <blueness@gentoo.org> (2019-06-14) +# This is needed for default stage3 +sys-libs/gdbm berkdb diff --git a/profiles/default/linux/ppc/17.0/uclibc/package.use.mask b/profiles/default/linux/ppc/17.0/uclibc/package.use.mask new file mode 100644 index 000000000000..2983b3d45bc2 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/uclibc/package.use.mask @@ -0,0 +1,10 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Anthony G. Basile <blueness@gentoo.org> (2019-06-12) +# Unfortunately pie has broken on ppc uclibc for years +sys-devel/gcc pie + +# Anthony G. Basile <blueness@gentoo.org> (2019-06-14) +# pie is also broken on openssh uclibc +net-misc/openssh pie diff --git a/profiles/default/linux/ppc/17.0/uclibc/parent b/profiles/default/linux/ppc/17.0/uclibc/parent new file mode 100644 index 000000000000..8efcb3b984ae --- /dev/null +++ b/profiles/default/linux/ppc/17.0/uclibc/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/uclibc |