Package | Description |
---|---|
net.sf.antcontrib.cpptasks.arm |
Modifier and Type | Field and Description |
---|---|
private static ADSCCompiler |
ADSCCompiler.armcc
Singleton for ARM 32-bit C compiler
|
private static ADSCCompiler |
ADSCCompiler.armcpp
Singleton for ARM 32-bit C++ compiler
|
private static ADSCCompiler |
ADSCCompiler.tcc
Singleton for ARM 16-bit C compiler
|
private static ADSCCompiler |
ADSCCompiler.tcpp
Singleton for ARM 16-bit C++ compiler
|
Modifier and Type | Method and Description |
---|---|
static ADSCCompiler |
ADSCCompiler.getArmCC()
Singleton for ARM 32-bit C compiler
|
static ADSCCompiler |
ADSCCompiler.getArmCpp()
Singleton for ARM 32-bit C++ compiler
|
static ADSCCompiler |
ADSCCompiler.getThumbCC()
Singleton for ARM 16-bit C compiler
|
static ADSCCompiler |
ADSCCompiler.getThumbCpp()
Singleton for ARM 16-bit C++ compiler
|