From 48b73babde5b1b3f56d49d69665a8cf6ddf1b607 Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Wed, 19 Oct 2005 21:00:35 +0000 Subject: Don't do o32 for mips64 multilib for now. (Portage version: 2.0.53_rc5) --- sys-libs/glibc/glibc-2.3.5-r2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys-libs') diff --git a/sys-libs/glibc/glibc-2.3.5-r2.ebuild b/sys-libs/glibc/glibc-2.3.5-r2.ebuild index be7c0cc54e24..cd32b67cd5c1 100644 --- a/sys-libs/glibc/glibc-2.3.5-r2.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r2.ebuild,v 1.17 2005/10/19 18:02:02 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r2.ebuild,v 1.18 2005/10/19 21:00:35 eradicator Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -979,6 +979,10 @@ setup_env() { multilib_env ${CTARGET} if ! use multilib ; then MULTILIB_ABIS=${DEFAULT_ABI} + else + case ${CTARGET} in + mips64*) MULTILIB_ABIS=${MULTILIB_ABIS/o32} ;; + esac fi fi -- cgit v1.2.3-65-gdbad