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 1SLcdh-0001uS-7H for garchives@archives.gentoo.org; Sat, 21 Apr 2012 15:54:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34DABE07BE; Sat, 21 Apr 2012 15:54:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F30C9E07BE for ; Sat, 21 Apr 2012 15:54:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 547F51B408B for ; Sat, 21 Apr 2012 15:54:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 0C05E2004C; Sat, 21 Apr 2012 15:54:07 +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/files/eblits: src_compile.eblit X-VCS-Repository: gentoo-x86 X-VCS-Files: src_compile.eblit X-VCS-Directories: sys-libs/glibc/files/eblits X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20120421155407.0C05E2004C@flycatcher.gentoo.org> Date: Sat, 21 Apr 2012 15:54:07 +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: 83488719-ce3d-4279-8375-cdd5b5068fa7 X-Archives-Hash: 3f3391168d1d4322d32908d8f30cb4ae vapier 12/04/21 15:54:07 Modified: src_compile.eblit Log: Drop USE=3Dglibc-omitfp support since upstream has as well. =20 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) Revision Changes Path 1.25 sys-libs/glibc/files/eblits/src_compile.eblit file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/fil= es/eblits/src_compile.eblit?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/fil= es/eblits/src_compile.eblit?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/fil= es/eblits/src_compile.eblit?r1=3D1.24&r2=3D1.25 Index: src_compile.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/src_compile= .eblit,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- src_compile.eblit 14 Apr 2012 21:59:47 -0000 1.24 +++ src_compile.eblit 21 Apr 2012 15:54:06 -0000 1.25 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compi= le.eblit,v 1.24 2012/04/14 21:59:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/src_compi= le.eblit,v 1.25 2012/04/21 15:54:06 vapier Exp $ =20 glibc_do_configure() { local myconf @@ -24,8 +24,6 @@ myconf=3D"${myconf} --enable-old-ssp-compat" fi =20 - use glibc-omitfp && myconf=3D"${myconf} --enable-omitfp" - [[ ${CTARGET//_/-} =3D=3D *-softfloat-* ]] && myconf=3D"${myconf} --wit= hout-fp" =20 if [[ $1 =3D=3D "linuxthreads" ]] ; then