net.sf.antcontrib.cpptasks.intel
Class IntelLinux32Linker
java.lang.Object
net.sf.antcontrib.cpptasks.compiler.AbstractProcessor
net.sf.antcontrib.cpptasks.compiler.AbstractLinker
net.sf.antcontrib.cpptasks.compiler.CommandLineLinker
net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker
net.sf.antcontrib.cpptasks.intel.IntelLinux32Linker
- All Implemented Interfaces:
- Cloneable, Linker, Processor
public final class IntelLinux32Linker
- extends AbstractLdLinker
Adapter for the Intel (r) Linker for Linux (r) for IA-32
- Author:
- Curt Arnold
Methods inherited from class net.sf.antcontrib.cpptasks.gcc.AbstractLdLinker |
addBase, addEntry, addFixed, addImpliedArgs, addIncremental, addLibraryPatterns, addLibrarySets, addMap, addStack, getCommandFileSwitch, getDynamicLibFlag, getEnvironmentIncludePath, getLibraryKey, getLibraryPath, getLibraryPatterns, getMaximumCommandLength, getOutputFileNames, getOutputFileSwitch, getStaticLibFlag, isCaseSensitive, isHPUX, prepareArguments |
Methods inherited from class net.sf.antcontrib.cpptasks.compiler.CommandLineLinker |
createConfiguration, decorateLinkerOption, getCommand, getIdentifier, getLibtoolLinker, getOutputFileSwitch, getStartupObject, link, prepareFilename, prepareResponseFile, quoteFilename, runCommand, setCommand |
getInstance
public static IntelLinux32Linker getInstance()
getLinker
public Linker getLinker(LinkType type)
- Description copied from interface:
Linker
- Gets the linker for the specified link type.
- Returns:
- appropriate linker or null, will return this if this linker can
handle the specified link type
Copyright © 2001-2011 Ant-Contrib Project. All Rights Reserved.