Interface GccPlatformToolChain
- All Superinterfaces:
- NativePlatformToolChain
GCC specific settings for the tools used to build for a particular platform.
- 
Method SummaryModifier 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.NativePlatformToolChaingetPlatform
- 
Method Details- 
getcCompilerGccCommandLineToolConfiguration getcCompiler()Returns the settings to use for the C compiler.
- 
getCppCompilerGccCommandLineToolConfiguration getCppCompiler()Returns the settings to use for the C++ compiler.
- 
getObjcCompilerGccCommandLineToolConfiguration getObjcCompiler()Returns the settings to use for the Objective-C compiler.
- 
getObjcppCompilerGccCommandLineToolConfiguration getObjcppCompiler()Returns the settings to use for the Objective-C++ compiler.
- 
getAssemblerGccCommandLineToolConfiguration getAssembler()Returns the settings to use for the assembler.
- 
getLinkerGccCommandLineToolConfiguration getLinker()Returns the settings to use for the linker.
- 
getStaticLibArchiverGccCommandLineToolConfiguration getStaticLibArchiver()Returns the settings to use for the archiver.
 
-