From 31666669d81ae6027e66703c9a5d10af44c54999 Mon Sep 17 00:00:00 2001 From: Friedrich Oslage Date: Sun, 22 Jun 2008 14:05:56 +0000 Subject: add support for 32bit userland with multilib on sparc (Portage version: 2.1.4.4) --- sys-libs/glibc/ChangeLog | 6 +++++- sys-libs/glibc/files/eblits/common.eblit | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sys-libs') diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index ff3f5aa944ce..625ff9c3caf8 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.583 2008/06/22 01:26:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.584 2008/06/22 14:05:56 bluebird Exp $ + + 22 Jun 2008; Friedrich Oslage + files/eblits/common.eblit: + add support for 32bit userland with multilib on sparc 22 Jun 2008; Mike Frysinger glibc-2.6.1.ebuild, glibc-2.7-r2.ebuild, glibc-2.8_p20080602.ebuild: diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit index a6afdc245031..18192ba9b357 100644 --- a/sys-libs/glibc/files/eblits/common.eblit +++ b/sys-libs/glibc/files/eblits/common.eblit @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.5 2007/11/18 03:28:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.6 2008/06/22 14:05:56 bluebird Exp $ # We need to be able to set alternative headers for # compiling for non-native platform @@ -220,7 +220,7 @@ want__thread() { use_multilib() { case ${CTARGET} in - sparc64*|mips64*|x86_64*|powerpc64*|s390x*) + sparc*|mips64*|x86_64*|powerpc64*|s390x*) has_multilib_profile || use multilib ;; *) false ;; esac -- cgit v1.2.3-65-gdbad