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_64;
    // Native 64-bit x86 Linux target (LP64)
}
generated on Wed, 27 May 2020 16:36:21 GMT