|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.Namedorg.gradle.nativebinaries.ToolChain
org.gradle.nativebinaries.toolchain.PlatformConfigurableToolChain
org.gradle.nativebinaries.toolchain.Gcc
@Incubating public interface Gcc extends PlatformConfigurableToolChain
The GNU GCC tool chain.
Method Summary | |
---|---|
GccTool
|
getAssembler()
The assembler. |
GccTool
|
getCCompiler()
The C++ compiler. |
GccTool
|
getCppCompiler()
The C compiler. |
GccTool
|
getLinker()
The linker. |
List
|
getPath()
The paths setting required for executing the tool chain. |
GccTool
|
getStaticLibArchiver()
The static library archiver. |
void
|
path(Object... pathEntries)
Append an entry or entries to the tool chain path. |
Methods inherited from interface PlatformConfigurableToolChain | |
---|---|
addPlatformConfiguration |
Methods inherited from interface Named | |
---|---|
getName |
Method Detail |
---|
public GccTool getAssembler()
public GccTool getCCompiler()
public GccTool getCppCompiler()
public GccTool getLinker()
public List getPath()
public GccTool getStaticLibArchiver()
public void path(Object... pathEntries)
pathEntries
- The path values to append. These are evaluated as per Project.files
Gradle API 1.10-rc-1