diff options
Diffstat (limited to 'profiles/default-linux/mips/2007.0/ip27/o32/make.defaults')
-rw-r--r-- | profiles/default-linux/mips/2007.0/ip27/o32/make.defaults | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults b/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults new file mode 100644 index 000000000000..e69f8f4fe8e2 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/ip27/o32/make.defaults @@ -0,0 +1,24 @@ +# 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/ip27/o32/make.defaults,v 1.1 2007/02/11 11:36:55 eroyf Exp $ + +# IP27 O32 Profile + +ARCH="mips" +PROFILE_ARCH="mips64" + +# Even though this is a 64bit kernel, we use a 32-bit userland (o32) +CHOST="mips-unknown-linux-gnu" + +# Sandbox is broken on mips (Bug #45814) +FEATURES="-sandbox ccache autoconfig" + +# Compiler flags +# We build as mips4, because IP27 supports at minimum, a mips4 +# processor. Enforce o32 as the default ABI as well. +CFLAGS="-O2 -pipe -march=mips4 -mabi=32" +CXXFLAGS=${CFLAGS} + +ACCEPT_KEYWORDS="mips" + +USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip27" |