aboutsummaryrefslogtreecommitdiff
blob: 733d99bcf1174a9181e9b01b4095157bbf5fee39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>toolchain</herd>
  <use>
    <flag name="fixed-point">Enable fixed-point arithmetic support for MIPS targets 
      in gcc (Warning: significantly increases compile time!)</flag>
    <flag name="go">Build the GCC Go language frontend.</flag>
    <flag name="graphite">Add support for the framework for loop
      optimizations based on a polyhedral intermediate representation</flag>
    <flag name="gtk">Useful only when building GCJ, this enables Abstract Window Toolkit
      (AWT) peer support on top of GTK+</flag>
    <flag name="libssp">Build SSP support into a dedicated library rather than use the
      code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)</flag>
    <flag name="mudflap">Add support for mudflap, a pointer use checking library</flag>
    <flag name="multislot">Allow for SLOTs to include minor version (3.3.4
    instead of just 3.3)</flag>
    <flag name="nopie">Disable PIE support (NOT FOR GENERAL USE)</flag>
    <flag name="nossp">Disable SSP support (NOT FOR GENERAL USE)</flag>
    <flag name="objc">Build support for the Objective C code language</flag>
    <flag name="objc++">Build support for the Objective C++ language</flag>
    <flag name="objc-gc">Build support for the Objective C code language Garbage
      Collector</flag>
  </use>
</pkgmetadata>