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. [ more ... ]
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
}
DETAILS
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.
The targets MVArm9 and UCArm9 are deprecated, and the targets from gnu.targets.arm should be used instead.
generated on Fri, 29 Mar 2013 01:08:42 GMT