Interface GccPlatformToolChain
- All Superinterfaces:
NativePlatformToolChain
GCC specific settings for the tools used to build for a particular platform.
- Since:
- 2.2
-
Method Summary
Modifier and TypeMethodDescriptionReturns the settings to use for the assembler.Returns the settings to use for the C compiler.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.Methods inherited from interface NativePlatformToolChain
getPlatform
-
Method Details
-
getcCompiler
GccCommandLineToolConfiguration getcCompiler()Returns the settings to use for the C compiler.- Since:
- 2.2
-
getCppCompiler
GccCommandLineToolConfiguration getCppCompiler()Returns the settings to use for the C++ compiler.- Since:
- 2.2
-
getObjcCompiler
GccCommandLineToolConfiguration getObjcCompiler()Returns the settings to use for the Objective-C compiler.- Since:
- 2.2
-
getObjcppCompiler
GccCommandLineToolConfiguration getObjcppCompiler()Returns the settings to use for the Objective-C++ compiler.- Since:
- 2.2
-
getAssembler
GccCommandLineToolConfiguration getAssembler()Returns the settings to use for the assembler.- Since:
- 2.2
-
getLinker
-
getStaticLibArchiver
GccCommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver.- Since:
- 2.2
-