sys-devel/gcc: Drop old
[gentoo.git] / sys-devel / gcc / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer type="project">
5     <email>toolchain@gentoo.org</email>
6     <name>Gentoo Toolchain Project</name>
7   </maintainer>
8   <use>
9     <flag name="awt">Useful only when building GCJ, this enables Abstract Window Toolkit
10       (AWT) peer support on top of GTK+</flag>
11     <flag name="cilk">Support the Cilk Plus language (C/C++ based languages for parallel programming)</flag>
12     <flag name="d">Enable support for the D programming language</flag>
13     <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets 
14       in gcc (Warning: significantly increases compile time!)</flag>
15     <flag name="go">Build the GCC Go language frontend.</flag>
16     <flag name="graphite">Add support for the framework for loop
17       optimizations based on a polyhedral intermediate representation</flag>
18     <flag name="jit">Enable libgccjit so other applications can embed gcc for Just-In-Time compilation.
19       This will slow down the compiler a bit as it forces all of the toolchain to be shared libs.</flag>
20     <flag name="libssp">Build SSP support into a dedicated library rather than use the
21       code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag>
22     <flag name="mpx">Enable support for Intel Memory Protection Extensions (MPX)</flag>
23     <flag name="mudflap">Add support for mudflap, a pointer use checking library</flag>
24     <flag name="nopie">Disable PIE support (NOT FOR GENERAL USE)</flag>
25     <flag name="nossp">Disable SSP support (NOT FOR GENERAL USE)</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>
28     <flag name="objc-gc">Build support for the Objective C code language Garbage
29       Collector</flag>
30     <flag name="pgo">Build GCC using Profile Guided Optimization (PGO)</flag>
31     <flag name="regression-test">Run the testsuite and install the results (requires FEATURES=test)</flag>
32     <flag name="sanitize">Build support for various sanitizer functions (ASAN/TSAN/etc...)</flag>
33     <flag name="ssp">Build packages with stack smashing protector on by default</flag>
34     <flag name="vtv">Build support for virtual table verification (a C++ hardening feature)</flag>
35   </use>
36   <upstream>
37     <remote-id type="cpe">cpe:/a:gnu:gcc</remote-id>
38     <remote-id type="sourceforge">dgcc</remote-id>
39   </upstream>
40 </pkgmetadata>