Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Mon, 20 May 2019 21:14:13
Message-Id: 1558386839.833afaf2468a58afe80069a81211bfa55236c7c2.anarchy@gentoo
1 commit: 833afaf2468a58afe80069a81211bfa55236c7c2
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 20 21:13:59 2019 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon May 20 21:13:59 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=833afaf2
7
8 sys-devel/gcc: add lto to metadata
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-devel/gcc/metadata.xml | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
17 index 6ad6e8d..aba45a0 100644
18 --- a/sys-devel/gcc/metadata.xml
19 +++ b/sys-devel/gcc/metadata.xml
20 @@ -16,6 +16,7 @@
21 This will slow down the compiler a bit as it forces all of the toolchain to be shared libs.</flag>
22 <flag name="libssp">Build SSP support into a dedicated library rather than use the
23 code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag>
24 + <flag name="lto">Build using Link Time Optimizations (LTO)</flag>
25 <flag name="mpx">Enable support for Intel Memory Protection Extensions (MPX)</flag>
26 <flag name="objc">Build support for the Objective C code language</flag>
27 <flag name="objc++">Build support for the Objective C++ language</flag>