From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 74F7E13800E for ; Wed, 1 Aug 2012 18:37:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24CBCE07AE; Wed, 1 Aug 2012 18:37:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EBA91E07AE for ; Wed, 1 Aug 2012 18:37:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CC7D1B4029 for ; Wed, 1 Aug 2012 18:37:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2261BE543B for ; Wed, 1 Aug 2012 18:37:25 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1343846217.cf3b8a789ce9b8f3095b49df0ff0ef69ff3f44ec.zorry@gentoo> Subject: [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/, eclass/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: eclass/toolchain.eclass sys-devel/gcc/gcc-4.8.0_alpha20120401.ebuild sys-devel/gcc/gcc-4.8.0_alpha20120729.ebuild X-VCS-Directories: sys-devel/gcc/ eclass/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: cf3b8a789ce9b8f3095b49df0ff0ef69ff3f44ec X-VCS-Branch: testing Date: Wed, 1 Aug 2012 18:37:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1fb6d7c0-6134-41e1-8d05-c361341a9973 X-Archives-Hash: 945d97ecb113e97ae6b8965d10916151 commit: cf3b8a789ce9b8f3095b49df0ff0ef69ff3f44ec Author: Magnus Granberg gentoo org> AuthorDate: Wed Aug 1 18:36:57 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Wed Aug 1 18:36:57 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=cf3b8a78 bump of the ebuild to 20120729 --- eclass/toolchain.eclass | 7 +++++-- ...20401.ebuild => gcc-4.8.0_alpha20120729.ebuild} | 0 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 1df8004..0740488 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -534,8 +534,11 @@ gcc-compiler-configure() { else confgcc+=" --disable-libmudflap" fi - - confgcc+=" $(use_enable hardened espf)" + if use hardened ; then + confgcc+=" --enable-espf=all" + else + confgcc+=" --enable-espf=no" + fi if in_iuse openmp ; then # Make sure target has pthreads support. #326757 #335883 diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20120401.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20120729.ebuild similarity index 100% rename from sys-devel/gcc/gcc-4.8.0_alpha20120401.ebuild rename to sys-devel/gcc/gcc-4.8.0_alpha20120729.ebuild