From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- profiles/uclibc/mips/eapi | 1 + profiles/uclibc/mips/hardened/eapi | 1 + profiles/uclibc/mips/hardened/make.defaults | 6 ++++++ profiles/uclibc/mips/hardened/package.mask | 4 ++++ profiles/uclibc/mips/hardened/package.use.mask | 4 ++++ profiles/uclibc/mips/hardened/parent | 1 + profiles/uclibc/mips/make.defaults | 8 ++++++++ profiles/uclibc/mips/mipsel/deprecated | 1 + profiles/uclibc/mips/mipsel/eapi | 1 + profiles/uclibc/mips/mipsel/hardened/deprecated | 1 + profiles/uclibc/mips/mipsel/hardened/eapi | 1 + profiles/uclibc/mips/mipsel/hardened/make.defaults | 6 ++++++ profiles/uclibc/mips/mipsel/hardened/parent | 1 + profiles/uclibc/mips/mipsel/make.defaults | 1 + profiles/uclibc/mips/mipsel/parent | 1 + profiles/uclibc/mips/parent | 1 + profiles/uclibc/mips/use.mask | 13 +++++++++++++ 17 files changed, 52 insertions(+) create mode 100644 profiles/uclibc/mips/eapi create mode 100644 profiles/uclibc/mips/hardened/eapi create mode 100644 profiles/uclibc/mips/hardened/make.defaults create mode 100644 profiles/uclibc/mips/hardened/package.mask create mode 100644 profiles/uclibc/mips/hardened/package.use.mask create mode 100644 profiles/uclibc/mips/hardened/parent create mode 100644 profiles/uclibc/mips/make.defaults create mode 100644 profiles/uclibc/mips/mipsel/deprecated create mode 100644 profiles/uclibc/mips/mipsel/eapi create mode 100644 profiles/uclibc/mips/mipsel/hardened/deprecated create mode 100644 profiles/uclibc/mips/mipsel/hardened/eapi create mode 100644 profiles/uclibc/mips/mipsel/hardened/make.defaults create mode 100644 profiles/uclibc/mips/mipsel/hardened/parent create mode 100644 profiles/uclibc/mips/mipsel/make.defaults create mode 100644 profiles/uclibc/mips/mipsel/parent create mode 100644 profiles/uclibc/mips/parent create mode 100644 profiles/uclibc/mips/use.mask (limited to 'profiles/uclibc/mips') diff --git a/profiles/uclibc/mips/eapi b/profiles/uclibc/mips/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/hardened/eapi b/profiles/uclibc/mips/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/hardened/make.defaults b/profiles/uclibc/mips/hardened/make.defaults new file mode 100644 index 000000000000..41e2d419addb --- /dev/null +++ b/profiles/uclibc/mips/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" diff --git a/profiles/uclibc/mips/hardened/package.mask b/profiles/uclibc/mips/hardened/package.mask new file mode 100644 index 000000000000..44b27cf11476 --- /dev/null +++ b/profiles/uclibc/mips/hardened/package.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +>=sys-devel/gcc-4.4 diff --git a/profiles/uclibc/mips/hardened/package.use.mask b/profiles/uclibc/mips/hardened/package.use.mask new file mode 100644 index 000000000000..4c0d131b7087 --- /dev/null +++ b/profiles/uclibc/mips/hardened/package.use.mask @@ -0,0 +1,4 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +sys-devel/gcc -hardened diff --git a/profiles/uclibc/mips/hardened/parent b/profiles/uclibc/mips/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/make.defaults b/profiles/uclibc/mips/make.defaults new file mode 100644 index 000000000000..2a17bbe61e19 --- /dev/null +++ b/profiles/uclibc/mips/make.defaults @@ -0,0 +1,8 @@ +ARCH="mips" +ACCEPT_KEYWORDS="mips" + +CHOST="set-CHOST-in-your-/etc/make.conf" + +FEATURES="-sandbox" + +UCLIBC_CPU_DEFAULT="MIPS_ISA_1" diff --git a/profiles/uclibc/mips/mipsel/deprecated b/profiles/uclibc/mips/mipsel/deprecated new file mode 100644 index 000000000000..d1d399b5015e --- /dev/null +++ b/profiles/uclibc/mips/mipsel/deprecated @@ -0,0 +1 @@ +uclibc/mips diff --git a/profiles/uclibc/mips/mipsel/eapi b/profiles/uclibc/mips/mipsel/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/mipsel/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/mipsel/hardened/deprecated b/profiles/uclibc/mips/mipsel/hardened/deprecated new file mode 100644 index 000000000000..1027bb28ae7c --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/deprecated @@ -0,0 +1 @@ +uclibc/mips/hardened diff --git a/profiles/uclibc/mips/mipsel/hardened/eapi b/profiles/uclibc/mips/mipsel/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/uclibc/mips/mipsel/hardened/make.defaults b/profiles/uclibc/mips/mipsel/hardened/make.defaults new file mode 100644 index 000000000000..41e2d419addb --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/make.defaults @@ -0,0 +1,6 @@ +GRP_STAGE23_USE="ncurses readline zlib uclibc hardened pic" +USE="ncurses readline zlib uclibc hardened pic" + +# Jorge Manuel B. S. Vicetto (16 Nov 2011) +# Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic" diff --git a/profiles/uclibc/mips/mipsel/hardened/parent b/profiles/uclibc/mips/mipsel/hardened/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/hardened/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/mipsel/make.defaults b/profiles/uclibc/mips/mipsel/make.defaults new file mode 100644 index 000000000000..80b70299abe4 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/make.defaults @@ -0,0 +1 @@ +CHOST="mipsel-gentoo-linux-uclibc" diff --git a/profiles/uclibc/mips/mipsel/parent b/profiles/uclibc/mips/mipsel/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/mipsel/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/parent b/profiles/uclibc/mips/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/mips/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/mips/use.mask b/profiles/uclibc/mips/use.mask new file mode 100644 index 000000000000..55dae7eac0e9 --- /dev/null +++ b/profiles/uclibc/mips/use.mask @@ -0,0 +1,13 @@ + +# Henrik Brix Andersen +# According to the mips herd, we currently have no way of testing +# pcmcia on mips, bug #90359 +pcmcia + +# Luca Longinotti +# Mask php USE on MIPS profiles +php + +# Peter Volkov MPI was never tested on mips, but +# some programs with this useflag are useful, e.g #227631 +mpi -- cgit v1.2.3