From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KAQCg-00057q-Qf for garchives@archives.gentoo.org; Sun, 22 Jun 2008 14:06:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17126E03E6; Sun, 22 Jun 2008 14:06:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4F12E03E6 for ; Sun, 22 Jun 2008 14:06:01 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7B58A66FA9 for ; Sun, 22 Jun 2008 14:06:01 +0000 (UTC) Received: from bluebird by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KAQCb-0002Kn-B7 for gentoo-commits@lists.gentoo.org; Sun, 22 Jun 2008 14:05:57 +0000 From: "Friedrich Oslage (bluebird)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bluebird@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc/files/eblits: common.eblit X-VCS-Repository: gentoo-x86 X-VCS-Files: common.eblit X-VCS-Directories: sys-libs/glibc/files/eblits X-VCS-Committer: bluebird X-VCS-Committer-Name: Friedrich Oslage Content-Type: text/plain; charset=utf8 Message-Id: Sender: Friedrich Oslage Date: Sun, 22 Jun 2008 14:05:57 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 84ee63fb-7266-4c74-83b7-0e0869b8757d X-Archives-Hash: df1f114122d5a31799aa3aefb4f47fed bluebird 08/06/22 14:05:57 Modified: common.eblit Log: add support for 32bit userland with multilib on sparc (Portage version: 2.1.4.4) Revision Changes Path 1.6 sys-libs/glibc/files/eblits/common.eblit file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/fil= es/eblits/common.eblit?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/fil= es/eblits/common.eblit?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/fil= es/eblits/common.eblit?r1=3D1.5&r2=3D1.6 Index: common.eblit =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.ebli= t,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- common.eblit 18 Nov 2007 03:28:02 -0000 1.5 +++ common.eblit 22 Jun 2008 14:05:56 -0000 1.6 @@ -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.eb= lit,v 1.5 2007/11/18 03:28:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eb= lit,v 1.6 2008/06/22 14:05:56 bluebird Exp $ =20 # We need to be able to set alternative headers for # compiling for non-native platform @@ -220,7 +220,7 @@ =20 use_multilib() { case ${CTARGET} in - sparc64*|mips64*|x86_64*|powerpc64*|s390x*) + sparc*|mips64*|x86_64*|powerpc64*|s390x*) has_multilib_profile || use multilib ;; *) false ;; esac --=20 gentoo-commits@lists.gentoo.org mailing list