const classstudsTools::Toolchain
sys::Obj studsTools::Toolchain
Toolchain models a cross-compiler toolchain.
- compile
static Void compile(Str binName, File srcDir, File[] xsrc, Str[] ccOpts)
Compile with toolchains to target systems
- dir
const File dir
- gcc
const File gcc
- githash
const Str githash
- host
const Str host
- make
new make(Str name, Str ver, Str githash)
Construct a new toolchain with name and version.
- name
const Str name
- qname
const Str qname
- version
const Version version