net.sf.antcontrib.cpptasks.gcc.cross
public final class GccCCompiler extends GccCompatibleCCompiler
Method Summary | |
---|---|
void | addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization) |
Processor | changeEnvironment(boolean newEnvironment, Environment env) |
protected Object | clone() |
void | compile(CCTask task, File outputDir, String[] sourceFiles, String[] args, String[] endArgs, boolean relentless, CommandLineCompilerConfiguration config, ProgressMonitor monitor) |
protected Parser | createParser(File source)
Create parser to determine dependencies.
|
static GccCCompiler | getCppInstance()
Gets c++ adapter |
File[] | getEnvironmentIncludePath() |
static GccCCompiler | getG77Instance()
Gets g77 adapter |
static GccCCompiler | getGppInstance()
Gets gpp adapter |
String | getIdentifier() |
static GccCCompiler | getInstance()
Gets gcc adapter |
Linker | getLinker(LinkType linkType) |
int | getMaximumCommandLength() |