From f5f57e77458b3cc2408f3a00aef0f7ae68f86a3a Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Mon, 17 Oct 2005 08:45:38 +0000 Subject: Fixed mips64's MULTILIB_ABIS. It was missing o32 and thus the compiler profile wasn't getting set right. --- eclass/multilib.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/multilib.eclass') diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass index 9bbbacba27a3..60a85cfaac56 100644 --- a/eclass/multilib.eclass +++ b/eclass/multilib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.45 2005/10/13 15:13:14 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.46 2005/10/17 08:45:38 eradicator Exp $ # # Author: Jeremy Huddleston # @@ -593,7 +593,7 @@ multilib_env() { export CDEFINE_n64="_MIPS_SIM == _ABI64" export LIBDIR_n64="lib64" - export MULTILIB_ABIS="n64 n32" # o32 + export MULTILIB_ABIS="n64 n32 o32" export DEFAULT_ABI="n32" ;; powerpc64*) -- cgit v1.2.3-65-gdbad