diff options
Diffstat (limited to 'profiles/selinux/mips/mips64/2006.1/make.defaults')
-rw-r--r-- | profiles/selinux/mips/mips64/2006.1/make.defaults | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/profiles/selinux/mips/mips64/2006.1/make.defaults b/profiles/selinux/mips/mips64/2006.1/make.defaults new file mode 100644 index 000000000000..b5bb9aa37966 --- /dev/null +++ b/profiles/selinux/mips/mips64/2006.1/make.defaults @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/mips/mips64/2006.1/make.defaults,v 1.1 2006/10/08 18:37:25 pebenito Exp $ + +ARCH="mips" + +# Even though this is a 64bit kernel, we use a 32-bit userland (o32) +CHOST="mips-unknown-linux-gnu" + +# Used in ebuilds for verifying mips64 profile +PROFILE_ARCH="mips64" + +# Sandbox is broken on mips (Bug #45814) +FEATURES="-sandbox ccache autoconfig" + +# Compiler flags +# We build a *minimum* of mips3, because just about any mips64 box we theoretically +# support should meet the mips3 standard. This is also the mips64 o32 profile, +# so make that the default ABI +CFLAGS="-O2 -pipe -march=mips3 -mabi=32" +CXXFLAGS=${CFLAGS} + +ACCEPT_KEYWORDS="mips" + +USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib" |