From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PxETp-0002CH-87 for garchives@archives.gentoo.org; Wed, 09 Mar 2011 08:10:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 562EDE0549; Wed, 9 Mar 2011 08:10:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 13AF4E0540 for ; Wed, 9 Mar 2011 08:10:40 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5FFA51B40EC for ; Wed, 9 Mar 2011 08:10:39 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 0FA9C20054; Wed, 9 Mar 2011 08:10:38 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: sys-libs/glibc X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20110309081038.0FA9C20054@flycatcher.gentoo.org> Date: Wed, 9 Mar 2011 08:10:38 +0000 (UTC) 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: X-Archives-Hash: cfe262ccc559e8ab0247c03b9173f3bb vapier 11/03/09 08:10:38 Modified: ChangeLog Log: Always get multilib info via multilib_env and move the CFLAGS_abi value= from that explicitly into CFLAGS (rather than letting gcc-config do it m= agicallyin the backend via the env). This avoids ugly issues like distcc= in a cross or multilib setup freaking out (#330423) as well as ccache po= llution of wrong ELF types (such as #79519). Further, it fixes multilib = building for glibc targets where the configure script detects the desired= multilib based purely on the compiler flags since the target is the same= (e.g. mips64-xxx and n32 vs n64, and probably others). Revision Changes Path 1.753 sys-libs/glibc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/Cha= ngeLog?rev=3D1.753&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/Cha= ngeLog?rev=3D1.753&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/Cha= ngeLog?r1=3D1.752&r2=3D1.753 Index: ChangeLog =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/ChangeLog,v retrieving revision 1.752 retrieving revision 1.753 diff -u -r1.752 -r1.753 --- ChangeLog 9 Mar 2011 08:02:57 -0000 1.752 +++ ChangeLog 9 Mar 2011 08:10:37 -0000 1.753 @@ -1,6 +1,16 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.752 2011= /03/09 08:02:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.753 2011= /03/09 08:10:37 vapier Exp $ + + 09 Mar 2011; Mike Frysinger files/eblits/common.eb= lit: + Always get multilib info via multilib_env and move the CFLAGS_abi valu= e from + that explicitly into CFLAGS (rather than letting gcc-config do it magi= cally + in the backend via the env). This avoids ugly issues like distcc in a= cross + or multilib setup freaking out (#330423) as well as ccache pollution o= f wrong + ELF types (such as #79519). Further, it fixes multilib building for g= libc + targets where the configure script detects the desired multilib based = purely + on the compiler flags since the target is the same (e.g. mips64-xxx an= d n32 + vs n64, and probably others). =20 09 Mar 2011; Mike Frysinger files/eblits/pkg_setup= .eblit: Do not bail out of sanity compile tests when building from a binary pa= ckage