diff options
Diffstat (limited to 'profiles/default-linux/mips/2006.1/generic-be/n64/nptl')
4 files changed, 44 insertions, 0 deletions
diff --git a/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults new file mode 100644 index 000000000000..b2758bc2d751 --- /dev/null +++ b/profiles/default-linux/mips/2006.1/generic-be/n64/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/2006.1/generic-be/n64/nptl/make.defaults,v 1.1 2006/06/08 20:26:07 kumba Exp $ + +# IP22/IP32 N64/NPTL Generic Profile +# Also Catalyst Build Profile for N64/NPTL + +ARCH="mips" +PROFILE_ARCH="mips64" + +# The n64 userland needs a 64bit compiler and CHOST +CHOST="mips64-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 n64 as the default +# ABI as well. +CFLAGS="-O2 -pipe -march=mips3 -mabi=64" +CXXFLAGS=${CFLAGS} + +ACCEPT_KEYWORDS="mips" + +USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n64 nptl nptlonly" +STAGE1_USE="mips n64 nptl nptlonly" diff --git a/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/package.mask b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/package.mask new file mode 100644 index 000000000000..116916f674cf --- /dev/null +++ b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/package.mask @@ -0,0 +1,8 @@ +# Copyright 2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/package.mask,v 1.1 2006/06/08 20:26:07 kumba Exp $ + +# Unmask gcc-4.x and glibc-2.4 +->=sys-devel/gcc-4.0 +->=sys-libs/glibc-2.4 + diff --git a/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/parent b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/use.mask b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/use.mask new file mode 100644 index 000000000000..6ed23617e03b --- /dev/null +++ b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/use.mask @@ -0,0 +1,8 @@ +# Copyright 2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/use.mask,v 1.1 2006/06/08 20:26:07 kumba Exp $ + +# Unmask nptl +-nptl +-nptlonly + |