diff options
author | Joshua Kinard <kumba@gentoo.org> | 2006-06-08 20:26:08 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2006-06-08 20:26:08 +0000 |
commit | a52cd905477bba2d7dbdad179b0117cf55fd73ea (patch) | |
tree | b1bff4a21051f1769d0f8ac198e465e95c7ab083 /profiles/default-linux/mips/cobalt | |
parent | ppc stable (diff) | |
download | gentoo-2-a52cd905477bba2d7dbdad179b0117cf55fd73ea.tar.gz gentoo-2-a52cd905477bba2d7dbdad179b0117cf55fd73ea.tar.bz2 gentoo-2-a52cd905477bba2d7dbdad179b0117cf55fd73ea.zip |
The Great MIPS Profile Cleanup of 2006:
- Remove all 2004.2 and 2005.0 Profiles -- they've been deprecated for awhile now
- Roll in the new profile layout under 2006.1 -- profiles are divided by machines
where needed, and further divided into ABI sub-levels under each grouping. This
gives us flexibility to limit things (if needed) not only by machine, but also
by the different ABI/userland combinations possible.
- Update the top-level use.mask and virtuals file to account for the new masking
scheme under the 2006.1 profile layout.
Diffstat (limited to 'profiles/default-linux/mips/cobalt')
6 files changed, 0 insertions, 70 deletions
diff --git a/profiles/default-linux/mips/cobalt/2004.2/deprecated b/profiles/default-linux/mips/cobalt/2004.2/deprecated deleted file mode 100644 index 7cd8e71ab2ed..000000000000 --- a/profiles/default-linux/mips/cobalt/2004.2/deprecated +++ /dev/null @@ -1,8 +0,0 @@ -default-linux/mips/cobalt/2006.0 -# emerge -n '>=sys-apps/portage-2.0.51' -# cd /etc/ -# rm make.profile -# ln -s ../usr/portage/profiles/default-linux/mips/cobalt/2006.0 make.profile - -# More information can be found at the following URLs: -# http://www.gentoo.org/doc/en/gentoo-upgrading.xml diff --git a/profiles/default-linux/mips/cobalt/2004.2/make.defaults b/profiles/default-linux/mips/cobalt/2004.2/make.defaults deleted file mode 100644 index a6a84d1de455..000000000000 --- a/profiles/default-linux/mips/cobalt/2004.2/make.defaults +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2004.2/make.defaults,v 1.10 2006/02/01 13:41:15 wolf31o2 Exp $ - -ARCH="mips" - -# cobalt is a little endian, 32bit-only system -CHOST="mipsel-unknown-linux-gnu" - -# Distinguish cobalt from other mips profiles -PROFILE_ARCH="cobalt" - -# Sandbox is broken on mips (Bug #45814) -FEATURES="-sandbox ccache autoconfig" - -# Compiler flags -# We build mips4 by default because all cobalt systems use an RM5231 (or derivative) -# CPU, which is in the R5000-class and is thus mips4 capable. We also force the -# ABI to o32 because there is no mips64 support on cobalt (yet) and it therefore -# cannot run anything else. -CFLAGS="-O2 -pipe -march=mips4 -mabi=32" -CXXFLAGS=${CFLAGS} - -ACCEPT_KEYWORDS="mips" - -USE="readline gpm berkdb fortran gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib" diff --git a/profiles/default-linux/mips/cobalt/2004.2/parent b/profiles/default-linux/mips/cobalt/2004.2/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/default-linux/mips/cobalt/2004.2/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/default-linux/mips/cobalt/2005.0/deprecated b/profiles/default-linux/mips/cobalt/2005.0/deprecated deleted file mode 100644 index 7cd8e71ab2ed..000000000000 --- a/profiles/default-linux/mips/cobalt/2005.0/deprecated +++ /dev/null @@ -1,8 +0,0 @@ -default-linux/mips/cobalt/2006.0 -# emerge -n '>=sys-apps/portage-2.0.51' -# cd /etc/ -# rm make.profile -# ln -s ../usr/portage/profiles/default-linux/mips/cobalt/2006.0 make.profile - -# More information can be found at the following URLs: -# http://www.gentoo.org/doc/en/gentoo-upgrading.xml diff --git a/profiles/default-linux/mips/cobalt/2005.0/make.defaults b/profiles/default-linux/mips/cobalt/2005.0/make.defaults deleted file mode 100644 index 3dd5b4725470..000000000000 --- a/profiles/default-linux/mips/cobalt/2005.0/make.defaults +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2005.0/make.defaults,v 1.3 2006/02/01 13:41:15 wolf31o2 Exp $ - -ARCH="mips" - -# cobalt is a little endian, 32bit-only system -CHOST="mipsel-unknown-linux-gnu" - -# Distinguish cobalt from other mips profiles -PROFILE_ARCH="cobalt" - -# Sandbox is broken on mips (Bug #45814) -FEATURES="-sandbox ccache autoconfig" - -# Compiler flags -# We build mips4 by default because all cobalt systems use an RM5231 (or derivative) -# CPU, which is in the R5000-class and is thus mips4 capable. We also force the -# ABI to o32 because there is no mips64 support on cobalt (yet) and it therefore -# cannot run anything else. -CFLAGS="-O2 -pipe -march=mips4 -mabi=32" -CXXFLAGS=${CFLAGS} - -ACCEPT_KEYWORDS="mips" - -USE="readline gpm berkdb fortran gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib" diff --git a/profiles/default-linux/mips/cobalt/2005.0/parent b/profiles/default-linux/mips/cobalt/2005.0/parent deleted file mode 100644 index f3229c5b9876..000000000000 --- a/profiles/default-linux/mips/cobalt/2005.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. |