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 32-bit x86 Linux target (ILP32)
    module Mingw;
    // MinGW native Windows target
}
generated on Thu, 25 May 2017 22:10:56 GMT