summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2005-04-26 18:50:02 +0000
committerJoshua Kinard <kumba@gentoo.org>2005-04-26 18:50:02 +0000
commite6eb76c0b341a587ac571093595181424ad63aa1 (patch)
treebbbc5ad0c079c0bd124f187e30e5eb85742e591c /profiles
parentEbuild cleanups, thanks to Diego Petteno <flameeyes@gentoo.org> - #84736 (diff)
downloadhistorical-e6eb76c0b341a587ac571093595181424ad63aa1.tar.gz
historical-e6eb76c0b341a587ac571093595181424ad63aa1.tar.bz2
historical-e6eb76c0b341a587ac571093595181424ad63aa1.zip
Remove ABI= from n32 make.defaults. Fixes a bug in getting the correct LIBDIR. Bug go *squish*
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/mips/mips64/n32/2004.2/make.defaults6
-rw-r--r--profiles/default-linux/mips/mips64/n32/2005.0/make.defaults6
2 files changed, 2 insertions, 10 deletions
diff --git a/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults b/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults
index 55d7c30bd9a5..435b9e5ba438 100644
--- a/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults
+++ b/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults
@@ -1,13 +1,9 @@
# 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/2004.2/make.defaults,v 1.10 2005/03/09 00:35:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2004.2/make.defaults,v 1.11 2005/04/26 18:50:02 kumba Exp $
ARCH="mips"
-# This is ugly and evil. hopefully to be removed... soon. replaced by
-# STAGE1_USE in bootstrap-cascade.sh
-ABI="n32"
-
# 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"
diff --git a/profiles/default-linux/mips/mips64/n32/2005.0/make.defaults b/profiles/default-linux/mips/mips64/n32/2005.0/make.defaults
index 4da67f11f37b..1edef7590817 100644
--- a/profiles/default-linux/mips/mips64/n32/2005.0/make.defaults
+++ b/profiles/default-linux/mips/mips64/n32/2005.0/make.defaults
@@ -1,13 +1,9 @@
# 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/2005.0/make.defaults,v 1.2 2005/03/09 00:35:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2005.0/make.defaults,v 1.3 2005/04/26 18:50:02 kumba Exp $
ARCH="mips"
-# This is ugly and evil. hopefully to be removed... soon. replaced by
-# STAGE1_USE in bootstrap-cascade.sh
-ABI="n32"
-
# 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"