package gnu.targets

Package of targets for the GNU gcc code generation tools

The targets in this package are designed to enable host application development; e.g., the build of the XDCtools product's C-based command line tools.
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
}
generated on Wed, 09 Apr 2014 00:38:07 GMT