summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Le <robert.zhangle@gmail.com>2008-01-28 01:04:41 +0800
committerZhang Le <robert.zhangle@gmail.com>2008-01-28 01:04:41 +0800
commit314649b307be1c4f59c00da621650cc854cbda44 (patch)
tree6f51e1f4ce6d9ada9e2b43ad803328c7322f77a1 /profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults
parentMerge branch 'master' of http://www.gentoo-cn.org/loongson-overlay/ (diff)
downloadloongson-314649b307be1c4f59c00da621650cc854cbda44.tar.gz
loongson-314649b307be1c4f59c00da621650cc854cbda44.tar.bz2
loongson-314649b307be1c4f59c00da621650cc854cbda44.zip
update profile to 2007.1-dev
Signed-off-by: Zhang Le <robert.zhangle@gmail.com>
Diffstat (limited to 'profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults')
-rw-r--r--profiles/default-linux/mips/2007.1-dev/loongson/n32/nptl/make.defaults27
1 files changed, 27 insertions, 0 deletions
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"