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 1RXn3J-0007Sg-FK for garchives@archives.gentoo.org; Tue, 06 Dec 2011 04:54:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE72B21C05E; Tue, 6 Dec 2011 04:54:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B775C21C096 for ; Tue, 6 Dec 2011 04:54:41 +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 E83F51B4014 for ; Tue, 6 Dec 2011 04:54:40 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 260072004B; Tue, 6 Dec 2011 04:54:39 +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 eclass: toolchain.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: toolchain.eclass X-VCS-Directories: eclass X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20111206045439.260072004B@flycatcher.gentoo.org> Date: Tue, 6 Dec 2011 04:54:39 +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: b8b8998a-e734-40d0-aeaa-f6c4c4066e9d X-Archives-Hash: 7d4a5d02fe91d4530a5ccf49e2d1a8fb vapier 11/12/06 04:54:39 Modified: toolchain.eclass Log: collapse redundant hardened_gcc_works checks in want_minispecs Revision Changes Path 1.498 eclass/toolchain.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.498&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.498&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?r1=3D1.497&r2=3D1.498 Index: toolchain.eclass =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/eclass/toolchain.eclass,v retrieving revision 1.497 retrieving revision 1.498 diff -u -r1.497 -r1.498 --- toolchain.eclass 6 Dec 2011 04:52:25 -0000 1.497 +++ toolchain.eclass 6 Dec 2011 04:54:39 -0000 1.498 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.497 2011/= 12/06 04:52:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.498 2011/= 12/06 04:54:39 vapier Exp $ # # Maintainer: Toolchain Ninjas =20 @@ -403,7 +403,7 @@ ewarn "You will not get hardened features if you have the vanilla USE= -flag." elif use nopie && use nossp ; then ewarn "You will not get hardened features if you have the nopie and n= ossp USE-flag." - elif ! hardened_gcc_works pie && ! hardened_gcc_works ssp && ! use nop= ie ; then + elif ! hardened_gcc_works ; then ewarn "Your $(tc-arch) arch is not supported." else return 0