Named, NativeToolChain, ToolChain@Incubating public interface GccCompatibleToolChain extends NativeToolChain
Named.Namer| Modifier and Type | Method | Description | 
|---|---|---|
| void | eachPlatform(Action<? super GccPlatformToolChain> action) | Adds an action that can fine-tune the tool configuration for each platform supported by this tool chain. | 
| java.util.List<java.io.File> | getPath() | The paths setting required for executing the tool chain. | 
| void | path(java.lang.Object... pathEntries) | Append an entry or entries to the tool chain path. | 
| void | setTargets(java.lang.String... platformNames) | Override the current platform configuration with target platforms specified by name | 
| void | target(java.lang.String platformName) | Add support for target platform specified by name. | 
| void | target(java.lang.String platformName,
      Action<? super GccPlatformToolChain> action) | Add configuration for a target platform specified by name with additional configuration action. | 
getDisplayNamejava.util.List<java.io.File> getPath()
void path(java.lang.Object... pathEntries)
pathEntries - The path values to append. These are evaluated as per Project.files(Object...)void target(java.lang.String platformName)
void target(java.lang.String platformName,
            Action<? super GccPlatformToolChain> action)
void setTargets(java.lang.String... platformNames)
void eachPlatform(Action<? super GccPlatformToolChain> action)