| API Documentation: | Gcc |
|---|
Note: This class is incubating and may change in a future version of Gradle.
The GNU GCC tool chain.
| Property | Description |
path | Incubating The path required for executing the tool chain. These are used to locate tools for this tool chain, and are prepended to the system PATH when executing these tools. |
| Method | Description |
path(pathEntries) | Incubating Append an entry or entries to the tool chain path. |
target(platformName) | Incubating Add support for target platform specified by name. |
target(platformName, action) | Incubating Add configuration for a target platform specified by name with additional configuration action. |
Note: This property is incubating and may change in a future version of Gradle.
The path required for executing the tool chain. These are used to locate tools for this tool chain, and are prepended to the system PATH when executing these tools.
void path(Object... pathEntries)
Object...Note: This method is incubating and may change in a future version of Gradle.
Append an entry or entries to the tool chain path.
void target(String platformName)
Note: This method is incubating and may change in a future version of Gradle.
Add support for target platform specified by name.
void target(String platformName, Action<? super TargetedPlatformToolChain> action)
Action<? super TargetedPlatformToolChain>Note: This method is incubating and may change in a future version of Gradle.
Add configuration for a target platform specified by name with additional configuration action.