summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults')
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults26
1 files changed, 0 insertions, 26 deletions
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
deleted file mode 100644
index 21805ae..0000000
--- a/profiles/default-linux/mips/2007.1-dev/loongson/o32/make.defaults
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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"