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 AD2CC139083 for ; Tue, 12 Dec 2017 22:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCFFEE0E20; Tue, 12 Dec 2017 22:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97F54E0E20 for ; Tue, 12 Dec 2017 22:24:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 81C363418B5 for ; Tue, 12 Dec 2017 22:24:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18D46AE66 for ; Tue, 12 Dec 2017 22:24:49 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1513117479.2d2aacda9f07edf3890601f9c3f0fa2c65c8f68b.blueness@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: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2d2aacda9f07edf3890601f9c3f0fa2c65c8f68b X-VCS-Branch: master Date: Tue, 12 Dec 2017 22:24:49 +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: 95b02892-7c59-4879-9740-11117c7e132e X-Archives-Hash: cd82f534223b52530e43b8ef7af1fd19 commit: 2d2aacda9f07edf3890601f9c3f0fa2c65c8f68b Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 12 22:24:39 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 12 22:24:39 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=2d2aacda sys-devel/gcc: fix metadata.xml Package-Manager: Portage-2.3.13, Repoman-2.3.3 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 e6743ce..b81cba4 100644 --- a/sys-devel/gcc/metadata.xml +++ b/sys-devel/gcc/metadata.xml @@ -25,6 +25,7 @@ Build support for the Objective C++ language Build support for the Objective C code language Garbage Collector + Build GCC using Profile Guided Optimization (PGO) 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