package gnu.targets

Package of targets that wrap GNU gcc code generation tools

XDCspec declarations sourced in gnu/targets/package.xdc
requires xdc.bld[1, 0, 1];
 
package gnu.targets [1, 0, 1] {
 
    interface ITarget;
    // Interface to GCC compatible compilers
    module Linux86;
    // Native x86 Linux target
    module MVArm9;
    // MonteVista Arm9 little endian embedded Linux target
    module Mingw;
    // MinGW native Windows target
    module Sparc;
    // Native Sparc Solaris target
    module UCArm9;
    // uClibc Arm9 little endian embedded Linux target
}
generated on Tue, 24 Aug 2010 15:39:46 GMT