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 1PqKR4-0001Sd-FR for garchives@archives.gentoo.org; Fri, 18 Feb 2011 07:07:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C59C1C00F; Fri, 18 Feb 2011 07:07:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DC31B1C00F for ; Fri, 18 Feb 2011 07:07:18 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B74751B40FF for ; Fri, 18 Feb 2011 07:07:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DAEE78006A for ; Fri, 18 Feb 2011 07:07:16 +0000 (UTC) From: "Francisco Blas Izquierdo Riera" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Francisco Blas Izquierdo Riera" Message-ID: Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/hardenedfaq.xml X-VCS-Directories: xml/ X-VCS-Committer: klondike X-VCS-Committer-Name: Francisco Blas Izquierdo Riera X-VCS-Revision: d97880a3d3734c480a610e44598f8031a41c2419 Date: Fri, 18 Feb 2011 07:07:16 +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: 2a28ba4e9d3217ab4951b3a53450f83d commit: d97880a3d3734c480a610e44598f8031a41c2419 Author: klondike xiscosoft es> AuthorDate: Fri Feb 18 07:04:17 2011 +0000 Commit: Francisco Blas Izquierdo Riera xiscosoft = es> CommitDate: Fri Feb 18 07:04:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs= .git;a=3Dcommit;h=3Dd97880a3 Adding steps to make sure the hardened compiler is enabled (bug #355383) --- xml/hardenedfaq.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/xml/hardenedfaq.xml b/xml/hardenedfaq.xml index 1703bc3..f17ca22 100644 --- a/xml/hardenedfaq.xml +++ b/xml/hardenedfaq.xml @@ -300,6 +300,16 @@ toolchain so that you have a consistent base: =20
 # emerge --oneshot binutils gcc virtual/libc
+Make sure the hardened toolchain is being used (gcc version may=
 vary):
+# gcc-config -l=20
+ [1] x86_64-pc-linux-gnu-4.4.4 *
+ [2] x86_64-pc-linux-gnu-4.4.4-hardenednopie
+ [3] x86_64-pc-linux-gnu-4.4.4-hardenednopiessp
+ [4] x86_64-pc-linux-gnu-4.4.4-hardenednossp
+ [5] x86_64-pc-linux-gnu-4.4.4-vanilla
+If the hardened version isn't chosen select it
+# gcc-config x86_64-pc-linux-gnu-4.4.4
+Keep emerging the system
 # emerge -e --keep-going system
 # emerge -e --keep-going world