From 9eeac2940fb98e21de5dcd0b2a8d79168138b9bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Fri, 9 Feb 2007 22:55:14 +0000 Subject: [PATCH] Added generic-be to 2007.0. --- .../mips/2007.0/generic-be/n32/make.defaults | 27 +++++++++++++++++++ .../2007.0/generic-be/n32/nptl/make.defaults | 27 +++++++++++++++++++ .../2007.0/generic-be/n32/nptl/package.mask | 6 +++++ .../mips/2007.0/generic-be/n32/nptl/parent | 1 + .../mips/2007.0/generic-be/n32/nptl/use.mask | 8 ++++++ .../mips/2007.0/generic-be/n32/parent | 1 + .../mips/2007.0/generic-be/n32/use.mask | 6 +++++ .../mips/2007.0/generic-be/o32/make.defaults | 27 +++++++++++++++++++ .../2007.0/generic-be/o32/nptl/make.defaults | 27 +++++++++++++++++++ .../2007.0/generic-be/o32/nptl/package.mask | 6 +++++ .../mips/2007.0/generic-be/o32/nptl/parent | 1 + .../mips/2007.0/generic-be/o32/nptl/use.mask | 8 ++++++ .../mips/2007.0/generic-be/o32/packages | 9 +++++++ .../mips/2007.0/generic-be/o32/parent | 1 + .../mips/2007.0/generic-be/packages | 10 +++++++ .../mips/2007.0/generic-be/parent | 1 + .../mips/2007.0/generic-be/virtuals | 5 ++++ .../default-linux/mips/2007.0/package.mask | 7 +++++ profiles/default-linux/mips/2007.0/parent | 1 + 19 files changed, 179 insertions(+) create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/make.defaults create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/nptl/make.defaults create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/nptl/package.mask create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/nptl/parent create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/nptl/use.mask create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/parent create mode 100644 profiles/default-linux/mips/2007.0/generic-be/n32/use.mask create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/make.defaults create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/nptl/make.defaults create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/nptl/package.mask create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/nptl/parent create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/nptl/use.mask create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/packages create mode 100644 profiles/default-linux/mips/2007.0/generic-be/o32/parent create mode 100644 profiles/default-linux/mips/2007.0/generic-be/packages create mode 100644 profiles/default-linux/mips/2007.0/generic-be/parent create mode 100644 profiles/default-linux/mips/2007.0/generic-be/virtuals create mode 100644 profiles/default-linux/mips/2007.0/package.mask create mode 100644 profiles/default-linux/mips/2007.0/parent diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/make.defaults b/profiles/default-linux/mips/2007.0/generic-be/n32/make.defaults new file mode 100644 index 000000000000..e183976e9a52 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/n32/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/generic-be/n32/make.defaults,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# IP22/IP32 N32 Generic Profile +# Also Catalyst Build Profile for N32 + +ARCH="mips" +PROFILE_ARCH="mips64" + +# The n32 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 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" +STAGE1_USE="mips n32" diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/make.defaults b/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/make.defaults new file mode 100644 index 000000000000..1b85a2723252 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/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/generic-be/n32/nptl/make.defaults,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# IP22/IP32 N32/NPTL Generic Profile +# Also Catalyst Build Profile for N32/NPTL + +ARCH="mips" +PROFILE_ARCH="mips64" + +# The n32 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 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" diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/package.mask b/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/package.mask new file mode 100644 index 000000000000..ebc3d6bd05ac --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/package.mask @@ -0,0 +1,6 @@ +# 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/generic-be/n32/nptl/package.mask,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Unmask glibc-2.4 +->=sys-libs/glibc-2.4 diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/parent b/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/use.mask b/profiles/default-linux/mips/2007.0/generic-be/n32/nptl/use.mask new file mode 100644 index 000000000000..1b4e8967d5a1 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/n32/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/2007.0/generic-be/n32/nptl/use.mask,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Unmask nptl +-nptl +-nptlonly + diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/parent b/profiles/default-linux/mips/2007.0/generic-be/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.0/generic-be/n32/use.mask b/profiles/default-linux/mips/2007.0/generic-be/n32/use.mask new file mode 100644 index 000000000000..a63659deaaae --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/n32/use.mask @@ -0,0 +1,6 @@ +# 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/generic-be/n32/use.mask,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Unmask n32 +-n32 diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/make.defaults b/profiles/default-linux/mips/2007.0/generic-be/o32/make.defaults new file mode 100644 index 000000000000..39c8f5ce2957 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/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/generic-be/o32/make.defaults,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# IP22/IP32 O32 Generic Profile +# Also Catalyst Build Profile for O32 + +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 a *minimum* of mips3, because IP22/IP32 are, at minimum, mips3 capable +# systems (IP22 R4x00 systems are mips3; IP32 is mips4). 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" +STAGE1_USE="mips" diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/make.defaults b/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/make.defaults new file mode 100644 index 000000000000..733818fc6c28 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/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/generic-be/o32/nptl/make.defaults,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# IP22/IP32 O32/NPTL Generic Profile +# Also Catalyst Build Profile for O32/NPTL + +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 a *minimum* of mips3, because IP22/IP32 are, at minimum, mips3 capable +# systems (IP22 R4x00 systems are mips3; IP32 is mips4). 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" diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/package.mask b/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/package.mask new file mode 100644 index 000000000000..1a51bc39e229 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/package.mask @@ -0,0 +1,6 @@ +# 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/generic-be/o32/nptl/package.mask,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Unmask glibc-2.4 +->=sys-libs/glibc-2.4 diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/parent b/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/use.mask b/profiles/default-linux/mips/2007.0/generic-be/o32/nptl/use.mask new file mode 100644 index 000000000000..38f76b1d9d75 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/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/2007.0/generic-be/o32/nptl/use.mask,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Unmask nptl +-nptl +-nptlonly + diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/packages b/profiles/default-linux/mips/2007.0/generic-be/o32/packages new file mode 100644 index 000000000000..a02b09361828 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/packages @@ -0,0 +1,9 @@ +# 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/generic-be/o32/packages,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# o32-specific packages + +# Since we're running a mips64 kernel w/ 32bit (o32) userland, +# we need kgcc64 to build kernels. +*sys-devel/kgcc64 diff --git a/profiles/default-linux/mips/2007.0/generic-be/o32/parent b/profiles/default-linux/mips/2007.0/generic-be/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.0/generic-be/packages b/profiles/default-linux/mips/2007.0/generic-be/packages new file mode 100644 index 000000000000..e3c93e40d319 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/packages @@ -0,0 +1,10 @@ +# 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/generic-be/packages,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Sometimes necessary to trick programs into thinking we're really +# a mips32 system. +*sys-apps/setarch + +# The default SGI Bootloader is ArcLoad +*sys-boot/arcload diff --git a/profiles/default-linux/mips/2007.0/generic-be/parent b/profiles/default-linux/mips/2007.0/generic-be/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.0/generic-be/virtuals b/profiles/default-linux/mips/2007.0/generic-be/virtuals new file mode 100644 index 000000000000..0ebec4935326 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/generic-be/virtuals @@ -0,0 +1,5 @@ +# 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/generic-be/virtuals,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +virtual/bootloader sys-boot/arcload diff --git a/profiles/default-linux/mips/2007.0/package.mask b/profiles/default-linux/mips/2007.0/package.mask new file mode 100644 index 000000000000..68f224e21fd8 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/package.mask @@ -0,0 +1,7 @@ +# 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/package.mask,v 1.1 2007/02/09 22:55:14 eroyf Exp $ + +# Unmask gcc-4.x and >=mips-sources-2.6.17 +->=sys-devel/gcc-4.0 +->=sys-kernel/mips-sources-2.6.17 diff --git a/profiles/default-linux/mips/2007.0/parent b/profiles/default-linux/mips/2007.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.0/parent @@ -0,0 +1 @@ +.. -- 2.26.2