summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-17 05:31:12 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-17 05:31:12 +0000
commit416830f9c991cd538751d5077cbdcaab41ab747a (patch)
tree746f050d511dbb10adc83613383a082a85d0c33c /sys-libs/glibc/glibc-2.3.5-r3.ebuild
parentVersion bump #112699 by Benno Schulenberg. (diff)
downloadgentoo-2-416830f9c991cd538751d5077cbdcaab41ab747a.tar.gz
gentoo-2-416830f9c991cd538751d5077cbdcaab41ab747a.tar.bz2
gentoo-2-416830f9c991cd538751d5077cbdcaab41ab747a.zip
re-enable o32 support for mips64 multilib
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-libs/glibc/glibc-2.3.5-r3.ebuild')
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r3.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild
index 123452b227f6..7088327b736f 100644
--- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r3.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-r3.ebuild,v 1.6 2005/11/10 03:02:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.7 2005/11/17 05:31:12 vapier Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -985,10 +985,7 @@ setup_env() {
if ! use multilib ; then
MULTILIB_ABIS=${DEFAULT_ABI}
else
- case ${CTARGET} in
- mips64*) MULTILIB_ABIS=${MULTILIB_ABIS/o32} ;;
- *) MULTILIB_ABIS=${MULTILIB_ABIS:-${DEFAULT_ABI}} ;;
- esac
+ MULTILIB_ABIS=${MULTILIB_ABIS:-${DEFAULT_ABI}}
fi
# If the user has CFLAGS_<CTARGET> in their make.conf, use that,