@Incubating public interface GccPlatformToolChain extends PlatformToolChain
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
getPlatform
GccCommandLineToolConfiguration getcCompiler()
GccCommandLineToolConfiguration getCppCompiler()
GccCommandLineToolConfiguration getObjcCompiler()
GccCommandLineToolConfiguration getObjcppCompiler()
GccCommandLineToolConfiguration getAssembler()
GccCommandLineToolConfiguration getLinker()
GccCommandLineToolConfiguration getStaticLibArchiver()