@Incubating public interface GccPlatformToolChain extends NativePlatformToolChain
| Modifier and Type | Method and Description | 
|---|---|
| GccCommandLineToolConfiguration | getAssembler()Returns the settings to use for the assembler. | 
| GccCommandLineToolConfiguration | getcCompiler()Returns the settings to use for the C compiler. | 
| 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. | 
getPlatformGccCommandLineToolConfiguration getcCompiler()
GccCommandLineToolConfiguration getCppCompiler()
GccCommandLineToolConfiguration getObjcCompiler()
GccCommandLineToolConfiguration getObjcppCompiler()
GccCommandLineToolConfiguration getAssembler()
GccCommandLineToolConfiguration getLinker()
GccCommandLineToolConfiguration getStaticLibArchiver()