summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <eroyf@gentoo.org>2007-02-11 11:36:55 +0000
committerAlexander Færøy <eroyf@gentoo.org>2007-02-11 11:36:55 +0000
commitcd74bd918d9e494a23e7cbc75a9f69aaa826d4b6 (patch)
tree0c9fb8c0c00cf1fdf1815fa8464c1d56a9c6a3b2 /profiles
parentCleanup. (diff)
downloadgentoo-2-cd74bd918d9e494a23e7cbc75a9f69aaa826d4b6.tar.gz
gentoo-2-cd74bd918d9e494a23e7cbc75a9f69aaa826d4b6.tar.bz2
gentoo-2-cd74bd918d9e494a23e7cbc75a9f69aaa826d4b6.zip
Added 'ip27' to the 2007.0 MIPS folder.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/make.defaults24
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/nptl/make.defaults24
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/nptl/package.mask6
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/nptl/parent1
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/nptl/use.mask8
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/parent1
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/n32/use.mask6
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/make.defaults24
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/nptl/make.defaults24
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/nptl/package.mask6
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/nptl/parent1
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/nptl/use.mask8
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/packages9
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/o32/parent1
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/packages10
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/parent1
-rw-r--r--profiles/default-linux/mips/2007.0/ip27/virtuals5
17 files changed, 159 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/make.defaults b/profiles/default-linux/mips/2007.0/ip27/n32/make.defaults
new file mode 100644
index 000000000000..cad18de8a224
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/make.defaults
@@ -0,0 +1,24 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/n32/make.defaults,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# IP27 N32 Profile
+
+ARCH="mips"
+PROFILE_ARCH="mips64"
+
+# The n32 userland needs a 64bit compiler and CHOST
+CHOST="mips64-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build as mips4, because IP27 supports at minimum, a mips4
+# processor. Enforce n32 as the default ABI as well.
+CFLAGS="-O2 -pipe -march=mips4 -mabi=n32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 ip27"
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/nptl/make.defaults b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/make.defaults
new file mode 100644
index 000000000000..9b79e11bd6ba
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/make.defaults
@@ -0,0 +1,24 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/n32/nptl/make.defaults,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# IP27 N32/NPTL Profile
+
+ARCH="mips"
+PROFILE_ARCH="mips64"
+
+# The n32 userland needs a 64bit compiler and CHOST
+CHOST="mips64-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build as mips4, because IP27 supports at minimum, a mips4
+# processor. Enforce n32 as the default ABI as well.
+CFLAGS="-O2 -pipe -march=mips4 -mabi=n32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 nptl nptlonly ip27"
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/nptl/package.mask b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/package.mask
new file mode 100644
index 000000000000..dd8506ceacfc
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/package.mask
@@ -0,0 +1,6 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/n32/nptl/package.mask,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# Unmask glibc-2.4
+->=sys-libs/glibc-2.4
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/nptl/parent b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/nptl/use.mask b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/use.mask
new file mode 100644
index 000000000000..5e80adb001ee
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/nptl/use.mask
@@ -0,0 +1,8 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/n32/nptl/use.mask,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# Unmask nptl
+-nptl
+-nptlonly
+
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/parent b/profiles/default-linux/mips/2007.0/ip27/n32/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.0/ip27/n32/use.mask b/profiles/default-linux/mips/2007.0/ip27/n32/use.mask
new file mode 100644
index 000000000000..aeb8bc9181af
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/n32/use.mask
@@ -0,0 +1,6 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/n32/use.mask,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# Unmask n32
+-n32
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults b/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults
new file mode 100644
index 000000000000..e69f8f4fe8e2
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults
@@ -0,0 +1,24 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# IP27 O32 Profile
+
+ARCH="mips"
+PROFILE_ARCH="mips64"
+
+# Even though this is a 64bit kernel, we use a 32-bit userland (o32)
+CHOST="mips-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build as mips4, because IP27 supports at minimum, a mips4
+# processor. Enforce o32 as the default ABI as well.
+CFLAGS="-O2 -pipe -march=mips4 -mabi=32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip27"
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/nptl/make.defaults b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/make.defaults
new file mode 100644
index 000000000000..324e6119549f
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/make.defaults
@@ -0,0 +1,24 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/o32/nptl/make.defaults,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# IP27 O32/NPTL Profile
+
+ARCH="mips"
+PROFILE_ARCH="mips64"
+
+# Even though this is a 64bit kernel, we use a 32-bit userland (o32)
+CHOST="mips-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build as mips4, because IP27 supports at minimum, a mips4
+# processor. Enforce o32 as the default ABI as well.
+CFLAGS="-O2 -pipe -march=mips4 -mabi=32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly ip27"
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/nptl/package.mask b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/package.mask
new file mode 100644
index 000000000000..4d985c5e9aa0
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/package.mask
@@ -0,0 +1,6 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/o32/nptl/package.mask,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# Unmask glibc-2.4
+->=sys-libs/glibc-2.4
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/nptl/parent b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/nptl/use.mask b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/use.mask
new file mode 100644
index 000000000000..3ed434daf226
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/nptl/use.mask
@@ -0,0 +1,8 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/o32/nptl/use.mask,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# Unmask nptl
+-nptl
+-nptlonly
+
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/packages b/profiles/default-linux/mips/2007.0/ip27/o32/packages
new file mode 100644
index 000000000000..7dab55040e64
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/packages
@@ -0,0 +1,9 @@
+# Copyright 2006 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/o32/packages,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# o32-specific packages
+
+# Since we're running a mips64 kernel w/ 32bit (o32) userland,
+# we need kgcc64 to build kernels.
+*sys-devel/kgcc64
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/parent b/profiles/default-linux/mips/2007.0/ip27/o32/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/o32/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.0/ip27/packages b/profiles/default-linux/mips/2007.0/ip27/packages
new file mode 100644
index 000000000000..2f92aa71314c
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/packages
@@ -0,0 +1,10 @@
+# Copyright 2006 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/packages,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+# Sometimes necessary to trick programs into thinking we're really
+# a mips32 system.
+*sys-apps/setarch
+
+# The default SGI Bootloader is ArcLoad
+*sys-boot/arcload
diff --git a/profiles/default-linux/mips/2007.0/ip27/parent b/profiles/default-linux/mips/2007.0/ip27/parent
new file mode 100644
index 000000000000..f3229c5b9876
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.0/ip27/virtuals b/profiles/default-linux/mips/2007.0/ip27/virtuals
new file mode 100644
index 000000000000..07a897afde05
--- /dev/null
+++ b/profiles/default-linux/mips/2007.0/ip27/virtuals
@@ -0,0 +1,5 @@
+# Copyright 2006 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.0/ip27/virtuals,v 1.1 2007/02/11 11:36:55 eroyf Exp $
+
+virtual/bootloader sys-boot/arcload