Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:master commit in: sys-devel/gcc/
Date: Wed, 04 May 2016 19:24:30
Message-Id: 1462389897.714a916995c40e5289afda0d89bdef5d7d06b116.blueness@gentoo
1 commit: 714a916995c40e5289afda0d89bdef5d7d06b116
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 19:24:57 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 19:24:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/hardened-dev.git/commit/?id=714a9169
7
8 sys-devel/gcc: fix metadata.xml
9
10 Package-Manager: portage-2.2.26
11
12 sys-devel/gcc/metadata.xml | 10 +++-------
13 1 file changed, 3 insertions(+), 7 deletions(-)
14
15 diff --git a/sys-devel/gcc/metadata.xml b/sys-devel/gcc/metadata.xml
16 index 8374583..68aedfb 100644
17 --- a/sys-devel/gcc/metadata.xml
18 +++ b/sys-devel/gcc/metadata.xml
19 @@ -9,20 +9,16 @@
20 <flag name="awt">Useful only when building GCJ, this enables Abstract Window Toolkit
21 (AWT) peer support on top of GTK+</flag>
22 <flag name="cilk">Support the Cilk Plus language (C/C++ based languages for parallel programming)</flag>
23 - <flag name="d">Enable support for the D programming language</flag>
24 <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets
25 in gcc (Warning: significantly increases compile time!)</flag>
26 <flag name="go">Build the GCC Go language frontend.</flag>
27 <flag name="graphite">Add support for the framework for loop
28 optimizations based on a polyhedral intermediate representation</flag>
29 - <flag name="jit">Enable libgccjit so other applications can embed gcc for Just-In-Time compilation.
30 - This will slow down the compiler a bit as it forces all of the toolchain to be shared libs.</flag>
31 <flag name="libssp">Build SSP support into a dedicated library rather than use the
32 code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag>
33 - <flag name="mudflap">Add support for mudflap, a pointer use checking library</flag>
34 - <flag name="multislot">Allow for multiple versions to be emerged at once for same CTARGET</flag>
35 - <flag name="nopie">Disable PIE support (NOT FOR GENERAL USE)</flag>
36 - <flag name="nossp">Disable SSP support (NOT FOR GENERAL USE)</flag>
37 + <flag name="multislot">Allow for SLOTs to include minor version (3.3.4
38 + instead of just 3.3)</flag>
39 + <flag name="ssp">Enable SSP support</flag>
40 <flag name="objc">Build support for the Objective C code language</flag>
41 <flag name="objc++">Build support for the Objective C++ language</flag>
42 <flag name="objc-gc">Build support for the Objective C code language Garbage