summaryrefslogtreecommitdiff
path: root/profiles/uclibc/mips
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /profiles/uclibc/mips
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'profiles/uclibc/mips')
-rw-r--r--profiles/uclibc/mips/eapi1
-rw-r--r--profiles/uclibc/mips/hardened/eapi1
-rw-r--r--profiles/uclibc/mips/hardened/make.defaults6
-rw-r--r--profiles/uclibc/mips/hardened/package.mask5
-rw-r--r--profiles/uclibc/mips/hardened/package.use.mask5
-rw-r--r--profiles/uclibc/mips/hardened/parent1
-rw-r--r--profiles/uclibc/mips/make.defaults8
-rw-r--r--profiles/uclibc/mips/mipsel/deprecated1
-rw-r--r--profiles/uclibc/mips/mipsel/eapi1
-rw-r--r--profiles/uclibc/mips/mipsel/hardened/deprecated1
-rw-r--r--profiles/uclibc/mips/mipsel/hardened/eapi1
-rw-r--r--profiles/uclibc/mips/mipsel/hardened/make.defaults6
-rw-r--r--profiles/uclibc/mips/mipsel/hardened/parent1
-rw-r--r--profiles/uclibc/mips/mipsel/make.defaults1
-rw-r--r--profiles/uclibc/mips/mipsel/parent1
-rw-r--r--profiles/uclibc/mips/parent1
-rw-r--r--profiles/uclibc/mips/use.mask22
17 files changed, 63 insertions, 0 deletions
diff --git a/profiles/uclibc/mips/eapi b/profiles/uclibc/mips/eapi
new file mode 100644
index 00000000000..7ed6ff82de6
--- /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 00000000000..7ed6ff82de6
--- /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 00000000000..41e2d419add
--- /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 <jmbsvicetto@gentoo.org> (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 00000000000..8bd37b0e39f
--- /dev/null
+++ b/profiles/uclibc/mips/hardened/package.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+>=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 00000000000..a67f334b969
--- /dev/null
+++ b/profiles/uclibc/mips/hardened/package.use.mask
@@ -0,0 +1,5 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+sys-devel/gcc -hardened
diff --git a/profiles/uclibc/mips/hardened/parent b/profiles/uclibc/mips/hardened/parent
new file mode 100644
index 00000000000..f3229c5b987
--- /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 00000000000..2a17bbe61e1
--- /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 00000000000..d1d399b5015
--- /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 00000000000..7ed6ff82de6
--- /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 00000000000..1027bb28ae7
--- /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 00000000000..7ed6ff82de6
--- /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 00000000000..41e2d419add
--- /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 <jmbsvicetto@gentoo.org> (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 00000000000..f3229c5b987
--- /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 00000000000..80b70299abe
--- /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 00000000000..f3229c5b987
--- /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 00000000000..f3229c5b987
--- /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 00000000000..ec1fea82bbc
--- /dev/null
+++ b/profiles/uclibc/mips/use.mask
@@ -0,0 +1,22 @@
+# $Id$
+
+# Henrik Brix Andersen <brix@gentoo.org>
+# According to the mips herd, we currently have no way of testing
+# pcmcia on mips, bug #90359
+pcmcia
+
+# Luca Longinotti <chtekk@gentoo.org>
+# Mask php USE on MIPS profiles
+php
+
+# Diego Pettenò <flameeyes@gentoo.org> (6 Dec 2006)
+# Unmask specific MIPS ALSA drivers
+-alsa_cards_au1x00
+
+# Daniel Black <dragonheart@gentoo.org> (28 Feb 2007)
+# Use mask l7-filter for iptables dependency - bug #150343 until mips tested
+l7filter
+
+# Peter Volkov <pva@gentoo.org> MPI was never tested on mips, but
+# some programs with this useflag are useful, e.g #227631
+mpi