summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-01-20 12:39:13 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-01-20 12:39:13 +0000
commitbc74244830bb732c17ed623ccd5a39e506f3b29f (patch)
treeb9a578a78273324c35f2066f1ee2f4f2792bd30a /profiles/default-linux/mips
parentInitial n32 2005.0 profile. (diff)
downloadgentoo-2-bc74244830bb732c17ed623ccd5a39e506f3b29f.tar.gz
gentoo-2-bc74244830bb732c17ed623ccd5a39e506f3b29f.tar.bz2
gentoo-2-bc74244830bb732c17ed623ccd5a39e506f3b29f.zip
Initial cobalt 2005.0 profile.
Diffstat (limited to 'profiles/default-linux/mips')
-rw-r--r--profiles/default-linux/mips/cobalt/2005.0/make.defaults27
-rw-r--r--profiles/default-linux/mips/cobalt/2005.0/parent7
2 files changed, 34 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/cobalt/2005.0/make.defaults b/profiles/default-linux/mips/cobalt/2005.0/make.defaults
new file mode 100644
index 000000000000..459787721d03
--- /dev/null
+++ b/profiles/default-linux/mips/cobalt/2005.0/make.defaults
@@ -0,0 +1,27 @@
+# Copyright 2004 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2005.0/make.defaults,v 1.1 2005/01/20 12:39:13 wolf31o2 Exp $
+
+ARCH="mips"
+
+# cobalt is a little endian, 32bit-only system
+CHOST="mipsel-unknown-linux-gnu"
+
+# Distinguish cobalt from other mips profiles
+PROFILE_ARCH="cobalt"
+
+# Sandbox is broken on mips (Bug #45814)
+FEATURES="-sandbox ccache autoconfig"
+
+# Compiler flags
+# We build mips4 by default because all cobalt systems use an RM5231 (or derivative)
+# CPU, which is in the R5000-class and is thus mips4 capable. We also force the
+# ABI to o32 because there is no mips64 support on cobalt (yet) and it therefore
+# cannot run anything else.
+CFLAGS="-O2 -pipe -march=mips4 -mabi=32"
+CXXFLAGS=${CFLAGS}
+
+ACCEPT_KEYWORDS="mips"
+
+USE="readline gpm berkdb fortran f77 gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib"
+GRP_STAGE23_USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib"
diff --git a/profiles/default-linux/mips/cobalt/2005.0/parent b/profiles/default-linux/mips/cobalt/2005.0/parent
new file mode 100644
index 000000000000..c98e7680d7ce
--- /dev/null
+++ b/profiles/default-linux/mips/cobalt/2005.0/parent
@@ -0,0 +1,7 @@
+# Copyright 2004 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2005.0/parent,v 1.1 2005/01/20 12:39:13 wolf31o2 Exp $
+
+# This file describes the parent profile to this. In most cases this will
+# just be the name of the parent directory
+..