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 4B48E1382C5 for ; Thu, 17 May 2018 19:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37B18E0AEC; Thu, 17 May 2018 19:41:26 +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 13CDCE0AEC for ; Thu, 17 May 2018 19:41:25 +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 77C46335C43 for ; Thu, 17 May 2018 19:41:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926FA29B for ; Thu, 17 May 2018 19:41:22 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1526586052.66dadb52a112c9b718a60bf27c3953380661646e.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/ X-VCS-Repository: proj/musl X-VCS-Files: sys-devel/gcc/metadata.xml X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 66dadb52a112c9b718a60bf27c3953380661646e X-VCS-Branch: master Date: Thu, 17 May 2018 19:41:22 +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: 6a7ac5b9-c77e-4075-8aab-5ae24acb4a68 X-Archives-Hash: faca45cc4697255722091127025d9c3c commit: 66dadb52a112c9b718a60bf27c3953380661646e Author: Aric Belsito gmail com> AuthorDate: Thu May 17 19:40:52 2018 +0000 Commit: Aric Belsito gmail com> CommitDate: Thu May 17 19:40:52 2018 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=66dadb52 sys-devel/gcc: update metadata.xml sys-devel/gcc/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml index b81cba4..ea39377 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -29,6 +29,7 @@ Run the testsuite and install the results (requires FEATURES=test) Build support for various sanitizer functions (ASAN/TSAN/etc...) Build packages with stack smashing protector on by default + enable systemtap static probe points Build support for virtual table verification (a C++ hardening feature)