summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default-linux/mips/2007.1-dev')
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/make.defaults27
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults27
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/package.mask8
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/parent1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/use.mask8
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/parent1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/use.mask6
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults26
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/make.defaults26
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/package.mask6
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/parent1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/use.mask8
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/parent1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/package.provided1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/package.use1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/parent1
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/use.mask19
17 files changed, 168 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/make.defaults b/profiles/default-linux/mips/2007.1-dev/loongson/n32/make.defaults
new file mode 100644
index 0000000..dca53b5
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/n32/make.defaults
@@ -0,0 +1,27 @@
+# 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.1-dev/cobalt/n32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $
+
+# IP22/IP32 N32/NPTL Generic Profile
+# Also Catalyst Build Profile for N32/NPTL
+
+ARCH="mips"
+PROFILE_ARCH="loongson"
+
+# The n32 userland needs a 64bit compiler and CHOST
+CHOST="mips64el-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build a *minimum* of mips3, because IP22/IP32 are, at minimum, mips3 capable
+# systems (IP22 R4x00 systems are mips3; IP32 is mips4). Enforce n32 as the default
+# ABI as well.
+CFLAGS="-O2 -pipe -march=mips3 -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"
+STAGE1_USE="mips n32 nptl nptlonly"
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults
new file mode 100644
index 0000000..cc6f22e
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults
@@ -0,0 +1,27 @@
+# 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/cobalt/n32/nptl/make.defaults,v 1.1 2007/02/11 11:20:43 eroyf Exp $
+
+# IP22/IP32 N32/NPTL Generic Profile
+# Also Catalyst Build Profile for N32/NPTL
+
+ARCH="mips"
+PROFILE_ARCH="cobalt"
+
+# The n32 userland needs a 64bit compiler and CHOST
+CHOST="mips64el-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build a *minimum* of mips3, because IP22/IP32 are, at minimum, mips3 capable
+# systems (IP22 R4x00 systems are mips3; IP32 is mips4). Enforce n32 as the default
+# ABI as well.
+CFLAGS="-O2 -pipe -march=mips3 -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"
+STAGE1_USE="mips n32 nptl nptlonly cobalt"
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/package.mask b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/package.mask
new file mode 100644
index 0000000..6111fdd
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/package.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/cobalt/n32/nptl/package.mask,v 1.1 2007/02/11 11:20:43 eroyf Exp $
+
+# Unmask gcc-4.x and glibc-2.4
+->=sys-devel/gcc-4.0
+->=sys-libs/glibc-2.4
+->=sys-kernel/mips-sources-2.6.17
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/parent b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/parent
new file mode 100644
index 0000000..f3229c5
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/use.mask b/profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/use.mask
new file mode 100644
index 0000000..27ddea3
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/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/cobalt/n32/nptl/use.mask,v 1.1 2007/02/11 11:20:43 eroyf Exp $
+
+# Unmask nptl
+-nptl
+-nptlonly
+
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/parent b/profiles/default-linux/mips/2007.1-dev/loongson/n32/parent
new file mode 100644
index 0000000..f3229c5
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/n32/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/n32/use.mask b/profiles/default-linux/mips/2007.1-dev/loongson/n32/use.mask
new file mode 100644
index 0000000..493741a
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/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.1-dev/cobalt/n32/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $
+
+# Unmask n32
+-n32
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults b/profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults
new file mode 100644
index 0000000..21805ae
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults
@@ -0,0 +1,26 @@
+# 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.1-dev/cobalt/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $
+
+# Cobalt O32/NPTL Profile
+# Also Catalyst Build Profile for Cobalt O32/NPTL
+
+ARCH="mips"
+PROFILE_ARCH="loongson"
+
+# Cobalt systems are Little-Endian, and do not support (yet) 64bit kernels
+CHOST="mipsel-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build as R5000, because Cobalts have an RM5231A CPU in them. Enforce o32
+# as the default ABI as well.
+CFLAGS="-O2 -pipe -march=mips3 -mabi=32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly"
+STAGE1_USE="mips nptl nptlonly"
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/make.defaults b/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/make.defaults
new file mode 100644
index 0000000..801946c
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/make.defaults
@@ -0,0 +1,26 @@
+# 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/cobalt/o32/nptl/make.defaults,v 1.1 2007/02/11 11:20:44 eroyf Exp $
+
+# Cobalt O32/NPTL Profile
+# Also Catalyst Build Profile for Cobalt O32/NPTL
+
+ARCH="mips"
+PROFILE_ARCH="cobalt"
+
+# Cobalt systems are Little-Endian, and do not support (yet) 64bit kernels
+CHOST="mipsel-unknown-linux-gnu"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build as R5000, because Cobalts have an RM5231A CPU in them. Enforce o32
+# as the default ABI as well.
+CFLAGS="-O2 -pipe -march=r5000 -mabi=32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips cobalt nptl nptlonly"
+STAGE1_USE="mips cobalt nptl nptlonly"
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/package.mask b/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/package.mask
new file mode 100644
index 0000000..619b7cb
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/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/cobalt/o32/nptl/package.mask,v 1.1 2007/02/11 11:20:44 eroyf Exp $
+
+# Unmask glibc-2.4
+->=sys-libs/glibc-2.4
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/parent b/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/parent
new file mode 100644
index 0000000..f3229c5
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/use.mask b/profiles/default-linux/mips/2007.1-dev/loongson/o32/nptl/use.mask
new file mode 100644
index 0000000..f5c1a2e
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/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/cobalt/o32/nptl/use.mask,v 1.1 2007/02/11 11:20:44 eroyf Exp $
+
+# Unmask nptl
+-nptl
+-nptlonly
+
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/o32/parent b/profiles/default-linux/mips/2007.1-dev/loongson/o32/parent
new file mode 100644
index 0000000..f3229c5
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/o32/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/package.provided b/profiles/default-linux/mips/2007.1-dev/loongson/package.provided
new file mode 100644
index 0000000..7689658
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/package.provided
@@ -0,0 +1 @@
+sys-kernel/mips-sources-2.6.20.11
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/package.use b/profiles/default-linux/mips/2007.1-dev/loongson/package.use
new file mode 100644
index 0000000..af48c51
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/package.use
@@ -0,0 +1 @@
+net-p2p/mldonkey -ocamlopt
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/parent b/profiles/default-linux/mips/2007.1-dev/loongson/parent
new file mode 100644
index 0000000..d8714f2
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/parent
@@ -0,0 +1 @@
+../../../../../../../../usr/portage/profiles/default-linux/mips/2007.1-dev
diff --git a/profiles/default-linux/mips/2007.1-dev/loongson/use.mask b/profiles/default-linux/mips/2007.1-dev/loongson/use.mask
new file mode 100644
index 0000000..50f87cd
--- /dev/null
+++ b/profiles/default-linux/mips/2007.1-dev/loongson/use.mask
@@ -0,0 +1,19 @@
+# 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.1-dev/cobalt/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $
+
+# Cobalt really only knows about 32bit mips installs, thus o32 is the preferred (And
+# highly suggested default). However, there is limited testing under a 64bit cobalt
+# kernel, and as such, limited n32 testing available as well.
+#
+# n64 is not supported, however. n32 gets unmasked in its respective profile.
+
+n32
+n64
+-dri
+-video_cards_radeon
+-arts
+-mad
+-avahi
+-dbus
+-pulseaudio