From: Joshua Kinard Date: Sun, 25 Feb 2007 17:47:56 +0000 (+0000) Subject: mips 2007.1 development profile. Use at your own risk :) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb0de927291499a3959b1bae59a79ddb48d4bc37;p=gentoo.git mips 2007.1 development profile. Use at your own risk :) --- diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/n32/make.defaults b/profiles/default-linux/mips/2007.1-dev/cobalt/n32/make.defaults new file mode 100644 index 000000000000..80f104311d23 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/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.1-dev/cobalt/n32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba 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" diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/n32/packages b/profiles/default-linux/mips/2007.1-dev/cobalt/n32/packages new file mode 100644 index 000000000000..9f311e0d869c --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/n32/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.1-dev/cobalt/n32/packages,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Cobalt packages + +# Sometimes necessary to trick programs into thinking we're really +# a mips32 system. +*sys-apps/setarch diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/n32/parent b/profiles/default-linux/mips/2007.1-dev/cobalt/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/n32/use.mask b/profiles/default-linux/mips/2007.1-dev/cobalt/n32/use.mask new file mode 100644 index 000000000000..493741a2c3de --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/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.1-dev/cobalt/n32/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask n32 +-n32 diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/o32/make.defaults b/profiles/default-linux/mips/2007.1-dev/cobalt/o32/make.defaults new file mode 100644 index 000000000000..2607494b33da --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/o32/make.defaults @@ -0,0 +1,26 @@ +# 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.1-dev/cobalt/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Cobalt O32/NPTL Profile +# Also Catalyst Build Profile for Cobalt O32/NPTL + +ARCH="mips" +PROFILE_ARCH="cobalt" + +# Cobalt systems are Little-Endian, and do not support (yet) 64bit kernels +CHOST="mipsel-unknown-linux-gnu" + +# Sandbox is broken on mips (Bug #45814) +FEATURES="-sandbox ccache autoconfig" + +# Compiler flags +# We build as R5000, because Cobalts have an RM5231A CPU in them. Enforce o32 +# as the default ABI as well. +CFLAGS="-O2 -pipe -march=r5000 -mabi=32" +CXXFLAGS=${CFLAGS} + +ACCEPT_KEYWORDS="mips" + +USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips cobalt nptl nptlonly" +STAGE1_USE="mips cobalt nptl nptlonly" diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/o32/parent b/profiles/default-linux/mips/2007.1-dev/cobalt/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/packages b/profiles/default-linux/mips/2007.1-dev/cobalt/packages new file mode 100644 index 000000000000..ae14df2fc084 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/packages @@ -0,0 +1,13 @@ +# 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.1-dev/cobalt/packages,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Cobalt packages + +# Sometimes necessary to trick programs into thinking we're really +# a mips32 system. +# (Not needed on Cobalt yet, but might in the future) +# *sys-apps/setarch + +# Cobalt's bootloader is Colo +*sys-boot/colo diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/parent b/profiles/default-linux/mips/2007.1-dev/cobalt/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/use.mask b/profiles/default-linux/mips/2007.1-dev/cobalt/use.mask new file mode 100644 index 000000000000..9679cdc237c8 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/use.mask @@ -0,0 +1,12 @@ +# 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.1-dev/cobalt/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Cobalt really only knows about 32bit mips installs, thus o32 is the preferred (And +# highly suggested default). However, there is limited testing under a 64bit cobalt +# kernel, and as such, limited n32 testing available as well. +# +# n64 is not supported, however. n32 gets unmasked in its respective profile. + +n32 +n64 diff --git a/profiles/default-linux/mips/2007.1-dev/cobalt/virtuals b/profiles/default-linux/mips/2007.1-dev/cobalt/virtuals new file mode 100644 index 000000000000..d75e2244481a --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/cobalt/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.1-dev/cobalt/virtuals,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +virtual/bootloader sys-boot/colo diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/n32/make.defaults b/profiles/default-linux/mips/2007.1-dev/generic-be/n32/make.defaults new file mode 100644 index 000000000000..c6e28febcfba --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/generic-be/n32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/generic-be/n32/parent b/profiles/default-linux/mips/2007.1-dev/generic-be/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/generic-be/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/n32/use.mask b/profiles/default-linux/mips/2007.1-dev/generic-be/n32/use.mask new file mode 100644 index 000000000000..b725297ac583 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/generic-be/n32/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask n32 +-n32 diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/n64/make.defaults b/profiles/default-linux/mips/2007.1-dev/generic-be/n64/make.defaults new file mode 100644 index 000000000000..6ab77e14414d --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/generic-be/n64/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.1-dev/generic-be/n64/make.defaults,v 1.1 2007/02/25 17:47:56 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/2007.1-dev/generic-be/n64/parent b/profiles/default-linux/mips/2007.1-dev/generic-be/n64/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/generic-be/n64/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/n64/use.mask b/profiles/default-linux/mips/2007.1-dev/generic-be/n64/use.mask new file mode 100644 index 000000000000..481be9cf8f18 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/generic-be/n64/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.1-dev/generic-be/n64/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask n64 +-n64 diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/o32/make.defaults b/profiles/default-linux/mips/2007.1-dev/generic-be/o32/make.defaults new file mode 100644 index 000000000000..4bc429c37d0c --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/generic-be/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/generic-be/o32/packages b/profiles/default-linux/mips/2007.1-dev/generic-be/o32/packages new file mode 100644 index 000000000000..1eef3bc819c5 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/generic-be/o32/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/generic-be/o32/parent b/profiles/default-linux/mips/2007.1-dev/generic-be/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/generic-be/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/packages b/profiles/default-linux/mips/2007.1-dev/generic-be/packages new file mode 100644 index 000000000000..3935949d43a7 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/generic-be/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/generic-be/parent b/profiles/default-linux/mips/2007.1-dev/generic-be/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/generic-be/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/generic-be/virtuals b/profiles/default-linux/mips/2007.1-dev/generic-be/virtuals new file mode 100644 index 000000000000..a18067670629 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/generic-be/virtuals,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +virtual/bootloader sys-boot/arcload diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/n32/make.defaults b/profiles/default-linux/mips/2007.1-dev/ip27/n32/make.defaults new file mode 100644 index 000000000000..b6eeb89d4dd4 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/n32/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.1-dev/ip27/n32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# IP27 N32/NPTL Profile + +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 as mips4, because IP27 supports at minimum, a mips4 +# processor. Enforce n32 as the default ABI as well. +CFLAGS="-O2 -pipe -march=mips4 -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 ip27" diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/n32/parent b/profiles/default-linux/mips/2007.1-dev/ip27/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/n32/use.mask b/profiles/default-linux/mips/2007.1-dev/ip27/n32/use.mask new file mode 100644 index 000000000000..e644a492c8bc --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/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.1-dev/ip27/n32/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask n32 +-n32 diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/o32/make.defaults b/profiles/default-linux/mips/2007.1-dev/ip27/o32/make.defaults new file mode 100644 index 000000000000..5666e08aa05f --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/ip27/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# IP27 O32/NPTL 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 nptl nptlonly ip27" diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/o32/packages b/profiles/default-linux/mips/2007.1-dev/ip27/o32/packages new file mode 100644 index 000000000000..374bac432cd1 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/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.1-dev/ip27/o32/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/ip27/o32/parent b/profiles/default-linux/mips/2007.1-dev/ip27/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/packages b/profiles/default-linux/mips/2007.1-dev/ip27/packages new file mode 100644 index 000000000000..6bb96e82977c --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/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.1-dev/ip27/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/ip27/parent b/profiles/default-linux/mips/2007.1-dev/ip27/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip27/virtuals b/profiles/default-linux/mips/2007.1-dev/ip27/virtuals new file mode 100644 index 000000000000..0230cfaeebf5 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip27/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.1-dev/ip27/virtuals,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +virtual/bootloader sys-boot/arcload diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/n32/make.defaults b/profiles/default-linux/mips/2007.1-dev/ip28/n32/make.defaults new file mode 100644 index 000000000000..0396a3f134eb --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/n32/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.1-dev/ip28/n32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# IP28 N32/NPTL Profile + +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 as mips4, because IP28 supports at minimum, a mips4 +# processor. Enforce n32 as the default ABI as well. +CFLAGS="-O2 -pipe -march=mips4 -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 ip28" diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/n32/parent b/profiles/default-linux/mips/2007.1-dev/ip28/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/n32/use.mask b/profiles/default-linux/mips/2007.1-dev/ip28/n32/use.mask new file mode 100644 index 000000000000..f6a15d9c0d85 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/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.1-dev/ip28/n32/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask n32 +-n32 diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/o32/make.defaults b/profiles/default-linux/mips/2007.1-dev/ip28/o32/make.defaults new file mode 100644 index 000000000000..275d90f68af7 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/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.1-dev/ip28/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# IP28 O32/NPTL 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 IP28 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 nptl nptlonly ip28" diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/o32/packages b/profiles/default-linux/mips/2007.1-dev/ip28/o32/packages new file mode 100644 index 000000000000..88ecbe3ea79c --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/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.1-dev/ip28/o32/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/ip28/o32/parent b/profiles/default-linux/mips/2007.1-dev/ip28/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/packages b/profiles/default-linux/mips/2007.1-dev/ip28/packages new file mode 100644 index 000000000000..a4e3bc589218 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/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.1-dev/ip28/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/ip28/parent b/profiles/default-linux/mips/2007.1-dev/ip28/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip28/virtuals b/profiles/default-linux/mips/2007.1-dev/ip28/virtuals new file mode 100644 index 000000000000..4f0f6901d6c2 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip28/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.1-dev/ip28/virtuals,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +virtual/bootloader sys-boot/arcload diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/n32/make.defaults b/profiles/default-linux/mips/2007.1-dev/ip30/n32/make.defaults new file mode 100644 index 000000000000..e85e38416e8c --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/n32/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.1-dev/ip30/n32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# IP30 N32/NPTL Profile + +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 as mips4, because IP30 supports at minimum, a mips4 +# processor. Enforce n32 as the default ABI as well. +CFLAGS="-O2 -pipe -march=mips4 -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 ip30" diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/n32/parent b/profiles/default-linux/mips/2007.1-dev/ip30/n32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/n32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/n32/use.mask b/profiles/default-linux/mips/2007.1-dev/ip30/n32/use.mask new file mode 100644 index 000000000000..4d95c525eb01 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/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.1-dev/ip30/n32/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask n32 +-n32 diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/o32/make.defaults b/profiles/default-linux/mips/2007.1-dev/ip30/o32/make.defaults new file mode 100644 index 000000000000..ec2462b78fe1 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/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.1-dev/ip30/o32/make.defaults,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# IP30 O32/NPTL 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 IP30 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 nptl nptlonly ip30" diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/o32/packages b/profiles/default-linux/mips/2007.1-dev/ip30/o32/packages new file mode 100644 index 000000000000..f0ae04de2c6e --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/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.1-dev/ip30/o32/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/ip30/o32/parent b/profiles/default-linux/mips/2007.1-dev/ip30/o32/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/o32/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/packages b/profiles/default-linux/mips/2007.1-dev/ip30/packages new file mode 100644 index 000000000000..16ed24b9d10f --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/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.1-dev/ip30/packages,v 1.1 2007/02/25 17:47:56 kumba 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.1-dev/ip30/parent b/profiles/default-linux/mips/2007.1-dev/ip30/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/ip30/virtuals b/profiles/default-linux/mips/2007.1-dev/ip30/virtuals new file mode 100644 index 000000000000..14aae0ce43bb --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/ip30/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.1-dev/ip30/virtuals,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +virtual/bootloader sys-boot/arcload diff --git a/profiles/default-linux/mips/2007.1-dev/package.mask b/profiles/default-linux/mips/2007.1-dev/package.mask new file mode 100644 index 000000000000..817e0f0ea173 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/package.mask @@ -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.1-dev/package.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask gcc-4.x and >=mips-sources-2.6.17 +->=sys-devel/gcc-4.0 +->=sys-kernel/mips-sources-2.6.17 + +# Unmask >=glibc-2.4 +->=sys-libs/glibc-2.4 diff --git a/profiles/default-linux/mips/2007.1-dev/parent b/profiles/default-linux/mips/2007.1-dev/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default-linux/mips/2007.1-dev/use.mask b/profiles/default-linux/mips/2007.1-dev/use.mask new file mode 100644 index 000000000000..de129f2143fc --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/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.1-dev/use.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# Unmask nptl +-nptl +-nptlonly + diff --git a/profiles/default-linux/mips/2007.1-dev/virtuals b/profiles/default-linux/mips/2007.1-dev/virtuals new file mode 100644 index 000000000000..c58480c3e7c2 --- /dev/null +++ b/profiles/default-linux/mips/2007.1-dev/virtuals @@ -0,0 +1,7 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.1-dev/virtuals,v 1.1 2007/02/25 17:47:56 kumba Exp $ + +# 2007.1-dev preps for the move to linux-headers and deprecation of mips-headers + +virtual/os-headers sys-kernel/linux-headers