diff options
author | Joshua Kinard <kumba@gentoo.org> | 2005-04-26 18:50:02 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2005-04-26 18:50:02 +0000 |
commit | 1891a2f1c97060ba9cfded97b8a8fa9de4696367 (patch) | |
tree | 45f0887171513e58a3c4e96da982cf8c71c177a4 /profiles/default-linux/mips/mips64 | |
parent | Ebuild cleanups, thanks to Diego Petteno <flameeyes@gentoo.org> - #84736 (diff) | |
download | gentoo-2-1891a2f1c97060ba9cfded97b8a8fa9de4696367.tar.gz gentoo-2-1891a2f1c97060ba9cfded97b8a8fa9de4696367.tar.bz2 gentoo-2-1891a2f1c97060ba9cfded97b8a8fa9de4696367.zip |
Remove ABI= from n32 make.defaults. Fixes a bug in getting the correct LIBDIR. Bug go *squish*
Diffstat (limited to 'profiles/default-linux/mips/mips64')
-rw-r--r-- | profiles/default-linux/mips/mips64/n32/2004.2/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default-linux/mips/mips64/n32/2005.0/make.defaults | 6 |
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" |