package gnu.targets

Package of targets that wrap GNU gcc code generation tools. The targets MVArm9 and UCArm9 are deprecated, and the targets from gnu.targets.arm should be used instead

XDCspec declarations sourced in gnu/targets/package.xdc
requires xdc.bld;
 
package gnu.targets [1, 0, 1] {
 
    interface ITarget;
    // Interface to GCC compatible compilers
    module Linux86;
    // Native x86 Linux target
    module Mingw;
    // MinGW native Windows target
    module Sparc;
    // Native Sparc Solaris target
}
generated on Tue, 16 Oct 2012 23:15:01 GMT