GCC specific settings for the tools used to build for a particular platform.
Type | Name and description |
---|---|
GccCommandLineToolConfiguration |
getAssembler() Returns the settings to use for the assembler. |
GccCommandLineToolConfiguration |
getCppCompiler() Returns the settings to use for the C++ compiler. |
GccCommandLineToolConfiguration |
getLinker() Returns the settings to use for the linker. |
GccCommandLineToolConfiguration |
getObjcCompiler() Returns the settings to use for the Objective-C compiler. |
GccCommandLineToolConfiguration |
getObjcppCompiler() Returns the settings to use for the Objective-C++ compiler. |
GccCommandLineToolConfiguration |
getStaticLibArchiver() Returns the settings to use for the archiver. |
GccCommandLineToolConfiguration |
getcCompiler() Returns the settings to use for the C compiler. |
Methods inherited from class | Name |
---|---|
interface PlatformToolChain |
getPlatform |
Returns the settings to use for the assembler.
Returns the settings to use for the C++ compiler.
Returns the settings to use for the linker.
Returns the settings to use for the Objective-C compiler.
Returns the settings to use for the Objective-C++ compiler.
Returns the settings to use for the archiver.
Returns the settings to use for the C compiler.