public final class IntelLinux32CCompiler extends GccCompatibleCCompiler
Modifier and Type | Field and Description |
---|---|
private static IntelLinux32CCompiler |
instance |
DEFAULT_DISCARD_BID, DEFAULT_PROCESS_BID
Modifier | Constructor and Description |
---|---|
private |
IntelLinux32CCompiler(boolean isLibtool,
IntelLinux32CCompiler libtoolCompiler,
boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
Modifier and Type | Method and Description |
---|---|
Processor |
changeEnvironment(boolean newEnvironment,
org.apache.tools.ant.types.Environment env) |
static IntelLinux32CCompiler |
getInstance() |
Linker |
getLinker(LinkType type)
Gets the linker that is associated with this processors
|
int |
getMaximumCommandLength() |
addImpliedArgs, addIncludePath, addWarningSwitch, getDefineSwitch, getEnvironmentIncludePath, getIncludeDirSwitch, getUndefineSwitch
createParser
addIncludes, buildDefineArguments, compile, createConfiguration, getArgumentCountPerInputFile, getCommand, getIdentifier, getInputFileArgument, getLibtool, getLibtoolCompiler, getMaximumInputFilesPerCommand, getTotalArgumentLengthForInputFile, runCommand, setCommand
canParse, createConfiguration, getBaseOutputName, getOutputFileNames, parseIncludes, resolveInclude
bid, clone, getHeaderExtensions, getIdentifier, getOSArch, getOSName, getSourceExtensions, isDarwin, toString
private static final IntelLinux32CCompiler instance
private IntelLinux32CCompiler(boolean isLibtool, IntelLinux32CCompiler libtoolCompiler, boolean newEnvironment, org.apache.tools.ant.types.Environment env)
public static IntelLinux32CCompiler getInstance()
public Processor changeEnvironment(boolean newEnvironment, org.apache.tools.ant.types.Environment env)
changeEnvironment
in interface Processor
changeEnvironment
in class AbstractProcessor
public Linker getLinker(LinkType type)
Processor
public int getMaximumCommandLength()
getMaximumCommandLength
in class CommandLineCompiler