com.github.maven_nar.cpptasks.intel
Class IntelLinux32Linker
java.lang.Object
com.github.maven_nar.cpptasks.compiler.AbstractProcessor
com.github.maven_nar.cpptasks.compiler.AbstractLinker
com.github.maven_nar.cpptasks.compiler.CommandLineLinker
com.github.maven_nar.cpptasks.gcc.AbstractLdLinker
com.github.maven_nar.cpptasks.intel.IntelLinux32Linker
- All Implemented Interfaces:
- Linker, Processor, Cloneable
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 com.github.maven_nar.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 com.github.maven_nar.cpptasks.compiler.CommandLineLinker |
createConfiguration, decorateLinkerOption, getCommand, getCommandWithPath, 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-2013. All Rights Reserved.