Interface GccPlatformToolChain
- All Superinterfaces:
 NativePlatformToolChain
GCC specific settings for the tools used to build for a particular platform.
- 
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 org.gradle.nativeplatform.toolchain.NativePlatformToolChain
getPlatform 
- 
Method Details
- 
getcCompiler
GccCommandLineToolConfiguration getcCompiler()Returns the settings to use for the C compiler. - 
getCppCompiler
GccCommandLineToolConfiguration getCppCompiler()Returns the settings to use for the C++ compiler. - 
getObjcCompiler
GccCommandLineToolConfiguration getObjcCompiler()Returns the settings to use for the Objective-C compiler. - 
getObjcppCompiler
GccCommandLineToolConfiguration getObjcppCompiler()Returns the settings to use for the Objective-C++ compiler. - 
getAssembler
GccCommandLineToolConfiguration getAssembler()Returns the settings to use for the assembler. - 
getLinker
GccCommandLineToolConfiguration getLinker()Returns the settings to use for the linker. - 
getStaticLibArchiver
GccCommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver. 
 -