net.sf.antcontrib.cpptasks.intel

Class IntelLinux32CCompiler

public final class IntelLinux32CCompiler extends GccCompatibleCCompiler

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

Author: Curt Arnold

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

Method Detail

changeEnvironment

public Processor changeEnvironment(boolean newEnvironment, Environment env)

getInstance

public static IntelLinux32CCompiler getInstance()

getLinker

public Linker getLinker(LinkType type)

getMaximumCommandLength

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