Named.Namer
Modifier and Type | Method and Description |
---|---|
Tool |
getAssembler()
The assembler.
|
Tool |
getCCompiler()
The C++ compiler.
|
Tool |
getCppCompiler()
The C compiler.
|
Tool |
getLinker()
The linker.
|
List<File> |
getPaths()
The paths setting required for executing the tool chain.
|
Tool |
getStaticLibArchiver()
The static library archiver.
|
void |
path(Object... pathEntry)
Add an entry or entries to the tool chain path.
|
void path(Object... pathEntry)
Tool getCCompiler()
Tool getCppCompiler()
Tool getAssembler()
Tool getLinker()
Tool getStaticLibArchiver()