|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.nativebinaries.toolchain.PlatformConfigurableToolChain org.gradle.nativebinaries.toolchain.ToolChain org.gradle.api.Named
@Incubating public interface PlatformConfigurableToolChain extends ToolChain
A ToolChain that can handle additional platforms simply by configuring the NativeBinary.
Method Summary | |
---|---|
void
|
addPlatformConfiguration(TargetPlatformConfiguration platformConfig)
Add configuration for a target platform. |
GccTool
|
getAssembler()
The assembler. |
GccTool
|
getCCompiler()
The C++ compiler. |
GccTool
|
getCppCompiler()
The C compiler. |
GccTool
|
getLinker()
The linker. |
GccTool
|
getStaticLibArchiver()
The static library archiver. |
Methods inherited from interface ToolChain | |
---|---|
getDisplayName |
Methods inherited from interface Named | |
---|---|
getName |
Method Detail |
---|
public void addPlatformConfiguration(TargetPlatformConfiguration platformConfig)
public GccTool getAssembler()
public GccTool getCCompiler()
public GccTool getCppCompiler()
public GccTool getLinker()
public GccTool getStaticLibArchiver()
Gradle API 1.12