From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36FE4139694 for ; Tue, 9 May 2017 20:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F5121C1F7; Tue, 9 May 2017 20:27:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2293621C080 for ; Tue, 9 May 2017 20:27:59 +0000 (UTC) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 2488B34165C for ; Tue, 9 May 2017 20:27:58 +0000 (UTC) Received: by mail-io0-f177.google.com with SMTP id p24so1326182ioi.0 for ; Tue, 09 May 2017 13:27:58 -0700 (PDT) X-Gm-Message-State: AODbwcDRTn9Rnd3AMTEyu7+T5PXr0zZqZkI6n51K3IjhUq0yGY4OqZU+ It6ZrJQFSPr0+oXxyu1LKYH34U+gsQ== X-Received: by 10.107.35.75 with SMTP id j72mr264169ioj.180.1494361676170; Tue, 09 May 2017 13:27:56 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.107.132.17 with HTTP; Tue, 9 May 2017 13:27:35 -0700 (PDT) In-Reply-To: <20170509221021.31468d6f@gentoo.org> References: <874lwu9c13.fsf@kestrel.kyomu.43-1.org> <20170509221021.31468d6f@gentoo.org> From: Mike Gilbert Date: Tue, 9 May 2017 16:27:35 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [RFC] News item: GCC 6 defaults to USE="pie ssp" To: Gentoo Dev Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 52b7154f-40b6-4cb8-9352-a263cb19b3d9 X-Archives-Hash: 14982406c622428d6944b36a53b9bd9f On Tue, May 9, 2017 at 4:10 PM, Alexis Ballier wrote: > Also, I don't believe default-pie should even be a useflag. It's always > been forced-on for hardened and forced-off for non-hardened I think. > Switching between the two types of profiles has always been difficult > because of that kind of differences. I strongly believe this should stay > that way (that is: this cant be toggled by a simple useflag). I disagree. We might want to default the "pie" USE flag differently depending on the profile, but there's no need to force it.