summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default-linux/mips/cobalt/2005.0/make.defaults')
-rw-r--r--profiles/default-linux/mips/cobalt/2005.0/make.defaults26
1 files changed, 0 insertions, 26 deletions
diff --git a/profiles/default-linux/mips/cobalt/2005.0/make.defaults b/profiles/default-linux/mips/cobalt/2005.0/make.defaults
deleted file mode 100644
index 3dd5b4725470..000000000000
--- a/profiles/default-linux/mips/cobalt/2005.0/make.defaults
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2005 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.3 2006/02/01 13:41:15 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 gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib"