const classstudsTools::Toolchain

sys::Obj
  studsTools::Toolchain

Toolchain models a cross-compiler toolchain.

compile

Source

static Void compile(Str binName, File srcDir, File[] xsrc, Str[] ccOpts)

Compile with toolchains to target systems

dir

Source

const File dir

gcc

Source

const File gcc

githash

Source

const Str githash

host

Source

const Str host

make

Source

new make(Str name, Str ver, Str githash)

Construct a new toolchain with name and version.

name

Source

const Str name

qname

Source

const Str qname

version

Source

const Version version