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 B9F62138351 for ; Sat, 25 Jan 2020 12:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C94A7E083E; Sat, 25 Jan 2020 12:05:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A678E083E for ; Sat, 25 Jan 2020 12:05:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E389134E2C7 for ; Sat, 25 Jan 2020 12:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E1AAC for ; Sat, 25 Jan 2020 12:05:20 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1579951253.3756849289a449ff09e329aaa7e26fbd5739805e.slyfox@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: crossdev X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3756849289a449ff09e329aaa7e26fbd5739805e X-VCS-Branch: master Date: Sat, 25 Jan 2020 12:05:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60613783-f4b5-479a-a436-f99837d7072e X-Archives-Hash: 82b0224323174d470d22a53d73087d2a commit: 3756849289a449ff09e329aaa7e26fbd5739805e Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jan 25 11:20:53 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jan 25 11:20:53 2020 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=37568492 crossdev: disable default ssp support on x86 and ppc on musl Set USE=-ssp by default. User can still manually override via environment variable to see how it breaks: USE=ssp crossdev -t i686-gentoo-linux-musl Reported-by: Andrew Aladjev Bug: https://bugs.gentoo.org/706210 Signed-off-by: Sergei Trofimovich gentoo.org> crossdev | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crossdev b/crossdev index b0c44c5..c370535 100755 --- a/crossdev +++ b/crossdev @@ -416,6 +416,9 @@ parse_target() { # [1.]: no -fstack-protector flag support: # check as '$CC -fstack-protector -c -x c - =gcc-6, nossp is