summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2008-01-13 21:11:17 +0000
committerJoshua Kinard <kumba@gentoo.org>2008-01-13 21:11:17 +0000
commitc846bd06c046c40f76a29a7379f690c0695351a5 (patch)
tree94f8b5bd63bdae24e53b76627f963a402ea6db01 /profiles/default-linux/mips
parentx86 stable, security bug #205197 (diff)
downloadgentoo-2-c846bd06c046c40f76a29a7379f690c0695351a5.tar.gz
gentoo-2-c846bd06c046c40f76a29a7379f690c0695351a5.tar.bz2
gentoo-2-c846bd06c046c40f76a29a7379f690c0695351a5.zip
Terminate old mips profiles.
Diffstat (limited to 'profiles/default-linux/mips')
-rw-r--r--profiles/default-linux/mips/mips64/2006.0/deprecated25
-rw-r--r--profiles/default-linux/mips/mips64/2006.0/make.defaults25
-rw-r--r--profiles/default-linux/mips/mips64/2006.0/packages9
-rw-r--r--profiles/default-linux/mips/mips64/2006.0/parent1
-rw-r--r--profiles/default-linux/mips/mips64/ip28/2006.0/deprecated7
-rw-r--r--profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults24
-rw-r--r--profiles/default-linux/mips/mips64/ip28/2006.0/packages9
-rw-r--r--profiles/default-linux/mips/mips64/ip28/2006.0/parent1
-rw-r--r--profiles/default-linux/mips/mips64/ip28/parent1
-rw-r--r--profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults35
-rw-r--r--profiles/default-linux/mips/mips64/multilib/2005.1/parent1
-rw-r--r--profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults35
-rw-r--r--profiles/default-linux/mips/mips64/multilib/2006.0/parent1
-rw-r--r--profiles/default-linux/mips/mips64/multilib/make.defaults34
-rw-r--r--profiles/default-linux/mips/mips64/multilib/parent1
-rw-r--r--profiles/default-linux/mips/mips64/multilib/profile.bashrc27
-rw-r--r--profiles/default-linux/mips/mips64/multilib/use.mask5
-rw-r--r--profiles/default-linux/mips/mips64/n32/2006.0/deprecated42
-rw-r--r--profiles/default-linux/mips/mips64/n32/2006.0/make.defaults28
-rw-r--r--profiles/default-linux/mips/mips64/n32/2006.0/packages6
-rw-r--r--profiles/default-linux/mips/mips64/n32/2006.0/parent1
-rw-r--r--profiles/default-linux/mips/mips64/n32/parent1
-rw-r--r--profiles/default-linux/mips/mips64/parent1
23 files changed, 0 insertions, 320 deletions
diff --git a/profiles/default-linux/mips/mips64/2006.0/deprecated b/profiles/default-linux/mips/mips64/2006.0/deprecated
deleted file mode 100644
index be421ff583ca..000000000000
--- a/profiles/default-linux/mips/mips64/2006.0/deprecated
+++ /dev/null
@@ -1,25 +0,0 @@
-default-linux/mips/2006.1/generic-be/o32
-Switch to one of the profiles listed below, depending on your system:
-
-If you are using an SGI Origin 200/2000 system (IP27), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/ip27/o32 make.profile
-
-
-If you are using an SGI Octane system (IP30), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/ip30/o32 make.profile
-
-
-If you are using an SGI O2 system (IP32), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/generic-be/o32 make.profile
diff --git a/profiles/default-linux/mips/mips64/2006.0/make.defaults b/profiles/default-linux/mips/mips64/2006.0/make.defaults
deleted file mode 100644
index 949a07ba24c2..000000000000
--- a/profiles/default-linux/mips/mips64/2006.0/make.defaults
+++ /dev/null
@@ -1,25 +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/mips64/2006.0/make.defaults,v 1.5 2006/06/30 21:01:35 spyderous Exp $
-
-ARCH="mips"
-
-# Even though this is a 64bit kernel, we use a 32-bit userland (o32)
-CHOST="mips-unknown-linux-gnu"
-
-# Used in ebuilds for verifying mips64 profile
-PROFILE_ARCH="mips64"
-
-# Sandbox is broken on mips (Bug #45814)
-FEATURES="-sandbox ccache autoconfig"
-
-# Compiler flags
-# We build a *minimum* of mips3, because just about any mips64 box we theoretically
-# support should meet the mips3 standard. This is also the mips64 o32 profile,
-# so make that the default ABI
-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"
diff --git a/profiles/default-linux/mips/mips64/2006.0/packages b/profiles/default-linux/mips/mips64/2006.0/packages
deleted file mode 100644
index 832ae29d6c45..000000000000
--- a/profiles/default-linux/mips/mips64/2006.0/packages
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2004 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/2006.0/packages,v 1.4 2007/07/12 04:38:46 vapier Exp $
-
-# mips64 o32 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/mips64/2006.0/parent b/profiles/default-linux/mips/mips64/2006.0/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/2006.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/ip28/2006.0/deprecated b/profiles/default-linux/mips/mips64/ip28/2006.0/deprecated
deleted file mode 100644
index dc9474f39947..000000000000
--- a/profiles/default-linux/mips/mips64/ip28/2006.0/deprecated
+++ /dev/null
@@ -1,7 +0,0 @@
-default-linux/mips/2006.1/ip28/o32
-If you are using an SGI Indigo2 R10000 system (IP28), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/ip28/o32 make.profile
diff --git a/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults b/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults
deleted file mode 100644
index a12c9e50e042..000000000000
--- a/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults
+++ /dev/null
@@ -1,24 +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/mips64/ip28/2006.0/make.defaults,v 1.7 2006/06/30 21:01:35 spyderous Exp $
-
-ARCH="mips"
-
-# Even though this is a 64bit kernel, we use a 32-bit userland (o32)
-CHOST="mips-unknown-linux-gnu"
-
-# Used in ebuilds for verifying mips64 profile
-PROFILE_ARCH="mips64"
-
-# Sandbox is broken on mips (Bug #45814)
-FEATURES="-sandbox ccache autoconfig"
-
-# Compiler flags
-# IP28 only has one type of processor, an R10000
-CFLAGS="-O2 -pipe -march=r10000 -mtune=r10000 -mabi=32"
-CXXFLAGS=${CFLAGS}
-
-ACCEPT_KEYWORDS="mips"
-
-STAGE1_USE="ip28"
-USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip28"
diff --git a/profiles/default-linux/mips/mips64/ip28/2006.0/packages b/profiles/default-linux/mips/mips64/ip28/2006.0/packages
deleted file mode 100644
index 797ef6e13ba9..000000000000
--- a/profiles/default-linux/mips/mips64/ip28/2006.0/packages
+++ /dev/null
@@ -1,9 +0,0 @@
-# Copyright 2004 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/ip28/2006.0/packages,v 1.4 2007/07/12 04:38:46 vapier Exp $
-
-# mips64 o32 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/mips64/ip28/2006.0/parent b/profiles/default-linux/mips/mips64/ip28/2006.0/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/ip28/2006.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/ip28/parent b/profiles/default-linux/mips/mips64/ip28/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/ip28/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults b/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults
deleted file mode 100644
index c3719c291767..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults
+++ /dev/null
@@ -1,35 +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/mips64/multilib/2005.1/make.defaults,v 1.5 2006/06/30 21:01:35 spyderous Exp $
-
-USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java bitmap-fonts truetype-fonts type1-fonts oss alsa crypt fortran f77 jpeg nls userlocales png xml2 acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xrandr xv"
-
-# This profile doesn't fully support multilib portage yet. We still rely
-# on the emul-* packages. As such, we have -multilib-pkg here to emphasise
-# that point.
-FEATURES="-sandbox autoconfig multilib-strict"
-
-MULTILIB_ABIS="n64 n32 o32"
-DEFAULT_ABI="o32"
-
-CFLAGS_o32="-mabi=32"
-LDFLAGS_o32="-m elf32-tradbigmips"
-CHOST_o32="mips-unknown-linux-gnu"
-CDEFINE_o32="_ABIO32"
-LIBDIR_o32="lib"
-
-CFLAGS_n32="-mabi=n32"
-LDFLAGS_n32="-m elf32-ntradbigmips"
-CHOST_n32="mips64-unknown-linux-gnu"
-CDEFINE_n32="_ABIN32"
-LIBDIR_n32="lib32"
-
-CFLAGS_n64="-mabi=n64"
-LDFLAGS_n64="-m elf64-tradbigmips"
-CHOST_n64="mips64-unknown-linux-gnu"
-CDEFINE_n64="_ABI64"
-LIBDIR_n64="lib64"
-
-# In case someone wants to help out by setting FEATURES="multilib-strict"
-MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
-MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object"
diff --git a/profiles/default-linux/mips/mips64/multilib/2005.1/parent b/profiles/default-linux/mips/mips64/multilib/2005.1/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/2005.1/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults b/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults
deleted file mode 100644
index 567ef2482237..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults
+++ /dev/null
@@ -1,35 +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/mips64/multilib/2006.0/make.defaults,v 1.8 2006/06/30 21:01:35 spyderous Exp $
-
-USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java bitmap-fonts truetype-fonts type1-fonts oss alsa crypt fortran f77 jpeg nls userlocales png xml acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xrandr xv"
-
-# This profile doesn't fully support multilib portage yet. We still rely
-# on the emul-* packages. As such, we have -multilib-pkg here to emphasise
-# that point.
-FEATURES="-sandbox autoconfig multilib-strict"
-
-MULTILIB_ABIS="n64 n32 o32"
-DEFAULT_ABI="o32"
-
-CFLAGS_o32="-mabi=32"
-LDFLAGS_o32="-m elf32-tradbigmips"
-CHOST_o32="mips-unknown-linux-gnu"
-CDEFINE_o32="_ABIO32"
-LIBDIR_o32="lib"
-
-CFLAGS_n32="-mabi=n32"
-LDFLAGS_n32="-m elf32-ntradbigmips"
-CHOST_n32="mips64-unknown-linux-gnu"
-CDEFINE_n32="_ABIN32"
-LIBDIR_n32="lib32"
-
-CFLAGS_n64="-mabi=n64"
-LDFLAGS_n64="-m elf64-tradbigmips"
-CHOST_n64="mips64-unknown-linux-gnu"
-CDEFINE_n64="_ABI64"
-LIBDIR_n64="lib64"
-
-# In case someone wants to help out by setting FEATURES="multilib-strict"
-MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
-MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object"
diff --git a/profiles/default-linux/mips/mips64/multilib/2006.0/parent b/profiles/default-linux/mips/mips64/multilib/2006.0/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/2006.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/multilib/make.defaults b/profiles/default-linux/mips/mips64/multilib/make.defaults
deleted file mode 100644
index 500b2b9f2213..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/make.defaults
+++ /dev/null
@@ -1,34 +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/mips64/multilib/make.defaults,v 1.4 2006/06/30 21:01:35 spyderous Exp $
-
-CHOST="mips64-unknown-linux-gnu"
-ARCH="mips"
-ACCEPT_KEYWORDS="${ARCH}"
-
-FEATURES="-sandbox autoconfig multilib-strict"
-
-MULTILIB_ABIS="n64 n32 o32"
-DEFAULT_ABI="o32"
-
-CFLAGS_o32="-mabi=32"
-LDFLAGS_o32="-m elf32-tradbigmips"
-CHOST_o32="mips-unknown-linux-gnu"
-CDEFINE_o32="_ABIO32"
-LIBDIR_o32="lib"
-
-CFLAGS_n32="-mabi=n32"
-LDFLAGS_n32="-m elf32-ntradbigmips"
-CHOST_n32="mips64-unknown-linux-gnu"
-CDEFINE_n32="_ABIN32"
-LIBDIR_n32="lib32"
-
-CFLAGS_n64="-mabi=n64"
-LDFLAGS_n64="-m elf64-tradbigmips"
-CHOST_n64="mips64-unknown-linux-gnu"
-CDEFINE_n64="_ABI64"
-LIBDIR_n64="lib64"
-
-# In case someone wants to help out by setting FEATURES="multilib-strict"
-MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
-MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object"
diff --git a/profiles/default-linux/mips/mips64/multilib/parent b/profiles/default-linux/mips/mips64/multilib/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/multilib/profile.bashrc b/profiles/default-linux/mips/mips64/multilib/profile.bashrc
deleted file mode 100644
index 3ff38a8eb45f..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/profile.bashrc
+++ /dev/null
@@ -1,27 +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/mips64/multilib/profile.bashrc,v 1.1 2005/04/27 05:13:34 kumba Exp $
-
-# This isn't ready for mass consumption by the public. Until it's ready,
-# block use of this profile.
-if [ "${IREALLYWANTTOUSEMIPSMULTILIBANDIKNOWWHATIAMDOING}" != "oompaloompa" ]; then
- echo -e "* Stop trying to use things you don't know how to use :)"
- echo -e "* Wait until they're ready to be used."
- exit 1
-fi
-
-
-# The version of profile in our 'packages' does not yet set ABI for us nor
-# export the CFLAGS_${ABI} envvars... The multilib-pkg patch does, but this
-# won't be in portage until atleast .52_pre
-if [ -n "${ABI}" ]; then
- export ABI
-elif [ -n "${DEFAULT_ABI}" ]; then
- export ABI="${DEFAULT_ABI}"
-else
- export ABI="o32"
-fi
-
-export CFLAGS_o32
-export CFLAGS_n32
-export CFLAGS_n64
diff --git a/profiles/default-linux/mips/mips64/multilib/use.mask b/profiles/default-linux/mips/mips64/multilib/use.mask
deleted file mode 100644
index 6edc2900e3de..000000000000
--- a/profiles/default-linux/mips/mips64/multilib/use.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/use.mask,v 1.1 2005/04/27 05:13:34 kumba Exp $
-
-# Jeremy Huddleston <eradicator@gentoo.org>
-# multilib is forced on when we have ${MULTILIB_ABIS} defined
-multilib
diff --git a/profiles/default-linux/mips/mips64/n32/2006.0/deprecated b/profiles/default-linux/mips/mips64/n32/2006.0/deprecated
deleted file mode 100644
index 8395a1fa7f73..000000000000
--- a/profiles/default-linux/mips/mips64/n32/2006.0/deprecated
+++ /dev/null
@@ -1,42 +0,0 @@
-default-linux/mips/2006.1/generic-be/n32
-Switch to one of the profiles listed below, depending on your system:
-
-If you are using an SGI Indy or SGI Indigo2 R4x00 system (IP22), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/generic-be/n32 make.profile
-
-
-If you are using an SGI Origin 200/2000 system (IP27), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/ip27/n32 make.profile
-
-
-If you are using an SGI Indigo2 R10000 system (IP28), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/ip28/n32 make.profile
-
-
-If you are using an SGI Octane system (IP30), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/ip30/n32 make.profile
-
-
-If you are using an SGI O2 system (IP32), use the following profile:
-
-# emerge -n '>=sys-apps/portage-2.0.51'
-# cd /etc
-# rm make.profile
-# ln -s ../usr/portage/profiles/default-linux/mips/2006.1/generic-be/n32 make.profile
-
diff --git a/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults b/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults
deleted file mode 100644
index d926467a60ab..000000000000
--- a/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults
+++ /dev/null
@@ -1,28 +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/mips64/n32/2006.0/make.defaults,v 1.7 2006/06/30 21:01:35 spyderous Exp $
-
-ARCH="mips"
-
-# n32 is a type of 32bit userland that can only be built with
-# a 64bit compiler, thus we technically use a 64bit userland.
-CHOST="mips64-unknown-linux-gnu"
-
-# Used in ebuilds for verifying mips64 profile
-PROFILE_ARCH="mips64"
-
-# Sandbox is broken on mips (Bug #45814)
-FEATURES="-sandbox ccache autoconfig"
-
-# Compiler flags
-# We build a *minimum* of mips3, because just about any mips64 box we theoretically
-# support should meet the mips3 standard. This is also the n32 profile, so set
-# the default build ABI to n32
-CFLAGS="-O2 -pipe -march=mips3 -mabi=n32"
-CXXFLAGS=${CFLAGS}
-
-# There is no "stable" n32 support yet. It's aaaalllll experimental
-ACCEPT_KEYWORDS="mips ~mips"
-
-STAGE1_USE="n32"
-USE="${STAGE1_USE} readline fortran gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips -multilib nomultilib"
diff --git a/profiles/default-linux/mips/mips64/n32/2006.0/packages b/profiles/default-linux/mips/mips64/n32/2006.0/packages
deleted file mode 100644
index a5764c866f09..000000000000
--- a/profiles/default-linux/mips/mips64/n32/2006.0/packages
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2004 Gentoo Foundation.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2006.0/packages,v 1.1 2006/01/22 19:08:02 kumba Exp $
-
-# mips64 n32 packages
-
diff --git a/profiles/default-linux/mips/mips64/n32/2006.0/parent b/profiles/default-linux/mips/mips64/n32/2006.0/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/n32/2006.0/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/n32/parent b/profiles/default-linux/mips/mips64/n32/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/n32/parent
+++ /dev/null
@@ -1 +0,0 @@
-..
diff --git a/profiles/default-linux/mips/mips64/parent b/profiles/default-linux/mips/mips64/parent
deleted file mode 100644
index f3229c5b9876..000000000000
--- a/profiles/default-linux/mips/mips64/parent
+++ /dev/null
@@ -1 +0,0 @@
-..