net.sf.antcontrib.cpptasks.intel

Class IntelLinux64CCompiler

public final class IntelLinux64CCompiler extends GccCompatibleCCompiler

Adapter for the Intel (r) C/C++ compiler for IA-64 Linux (r) The Intel C/C++ compiler for IA-64 Linux mimics the command options for gcc compiler.

Author: Curt Arnold

Method Summary
ProcessorchangeEnvironment(boolean newEnvironment, Environment env)
static IntelLinux64CCompilergetInstance()
LinkergetLinker(LinkType type)
intgetMaximumCommandLength()

Method Detail

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment, Environment env)

getInstance

public static IntelLinux64CCompiler getInstance()

getLinker

public Linker getLinker(LinkType type)

getMaximumCommandLength

public int getMaximumCommandLength()
Copyright ? 2001-2011 Ant-Contrib project. All Rights Reserved.