From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-dev+bounces-64158-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id E9B12138247
	for <garchives@archives.gentoo.org>; Thu,  9 Jan 2014 23:17:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 334BFE0ACD;
	Thu,  9 Jan 2014 23:16:59 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 2F639E09B0
	for <gentoo-dev@lists.gentoo.org>; Thu,  9 Jan 2014 23:16:57 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
	by smtp.gentoo.org (Postfix) with ESMTP id 4CBDC33F4C4
	for <gentoo-dev@lists.gentoo.org>; Thu,  9 Jan 2014 23:16:57 +0000 (UTC)
X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org
X-Spam-Flag: NO
X-Spam-Score: -1.092
X-Spam-Level:
X-Spam-Status: No, score=-1.092 tagged_above=-999 required=5.5
	tests=[AWL=-0.969, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.121,
	SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no
Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1])
	by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id jK2-DokCcQ_S for <gentoo-dev@lists.gentoo.org>;
	Thu,  9 Jan 2014 23:16:51 +0000 (UTC)
Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])
	(using TLSv1 with cipher AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 46E7E33F6DE
	for <gentoo-dev@gentoo.org>; Thu,  9 Jan 2014 23:16:50 +0000 (UTC)
Received: from list by plane.gmane.org with local (Exim 4.69)
	(envelope-from <lnx-gentoo-dev@m.gmane.org>)
	id 1W1OqC-0003Jk-5P
	for gentoo-dev@gentoo.org; Fri, 10 Jan 2014 00:16:44 +0100
Received: from 71-17-69-121.yktn.hsdb.sasknet.sk.ca ([71.17.69.121])
        by main.gmane.org with esmtp (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-dev@gentoo.org>; Fri, 10 Jan 2014 00:16:44 +0100
Received: from dirtyepic by 71-17-69-121.yktn.hsdb.sasknet.sk.ca with local (Gmexim 0.1 (Debian))
        id 1AlnuQ-0007hv-00
        for <gentoo-dev@gentoo.org>; Fri, 10 Jan 2014 00:16:44 +0100
X-Injected-Via-Gmane: http://gmane.org/
To: gentoo-dev@lists.gentoo.org
From: Ryan Hill <dirtyepic@gentoo.org>
Subject: [gentoo-dev] Re: [PATCH] To enable ssp default in Gcc the toolchain.eclass need
 some changes.
Date: Thu, 9 Jan 2014 17:26:03 -0600
Organization: Gentoo
Message-ID: <20140109172603.659c630f@caribou.gateway.pace.com>
References: <7554031.Sacz2dxc8i@laptop1.gw.ume.nu>
	<52CF1080.7010400@gentoo.org>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha512;
 boundary="Sig_/htEdtvfACabJDTRC5i0dWez"; protocol="application/pgp-signature"
X-Complaints-To: usenet@ger.gmane.org
X-Gmane-NNTP-Posting-Host: 71-17-69-121.yktn.hsdb.sasknet.sk.ca
X-Newsreader: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-pc-linux-gnu)
X-Archives-Salt: f329d0d2-5fcb-4ec9-822e-ec720dd45843
X-Archives-Hash: c08bbf12d115278489bc6d7e1b999288

--Sig_/htEdtvfACabJDTRC5i0dWez
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: quoted-printable

On Thu, 09 Jan 2014 16:11:28 -0500
"Rick \"Zero_Chaos\" Farina" <zerochaos@gentoo.org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>=20
> On 01/09/2014 03:58 PM, Magnus Granberg wrote:
> > Hi
> >=20
> > Some time ago we discussed that we should enable stack smashing=20
> > (-fstack-protector) by default.  So we opened a bug to track this [1]. =
=20
> > The affected Gcc version will be 4.8.2 and newer. Only amd64, x86, mips,
> > ppc, ppc64 and arm will be affected by this change.=20
> >=20
> > You can turn off ssp by using the nossp USE flag or by adding=20
> > -fno-stack-protector to the CFLAGS and/or CXXFLAGS. We are using the sa=
me=20
> > patch as Debian/Ubuntu but with some Gentoo fixes.
>=20
> Please avoid "noblah" use flags.
>=20
> http://devmanual.gentoo.org/general-concepts/use-flags/
>=20
> ssp flag that defaults to on is fine.

This flag already exists and has always worked this way.  We don't have USE
defaults yet.


--=20
Ryan Hill                        psn: dirtyepic_sk
   gcc-porting/toolchain/wxwidgets @ gentoo.org

47C3 6D62 4864 0E49 8E9E  7F92 ED38 BD49 957A 8463

--Sig_/htEdtvfACabJDTRC5i0dWez
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQEcBAEBCgAGBQJSzzAQAAoJEO04vUmVeoRjzyUH/1jt5CmD5By2uMBKdGJe5JxF
99vka3nJ1zj/LqP3856+71k3RjVX4Qx+zNsjdt+IVqFSpHQ/O7dZlKNx1ERGEObp
UlqA7tDDtp7zAUrEZTivfJc497w9qSMK0ch7tZePUCN4F/LfSUsmp0+XisnVWvnV
eYZsZXnPdZ5xq9dQSltGFgchCkpbHURCn7AMS1FVs9bptUQSQHQOUQdJZx0B3VTG
N2QuLe/OtJiCmyvze+5fJZBmrQH2dOicpfYD3TGiHusnQbrRSCvtYrxB5e1vehjq
7tNPBGDG4YkJrCDF/X+Sd0SVWTL135v0eFti1w/FZKB2+wWxfQTd2c9ofXl2CjM=
=Nmol
-----END PGP SIGNATURE-----

--Sig_/htEdtvfACabJDTRC5i0dWez--