Interface GccCommandLineToolConfiguration
- All Superinterfaces:
- CommandLineToolConfiguration
An executable tool used for GCC that allows customizing the executable.
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the executable file for this tool.voidsetExecutable(String file) Set the name of the executable file for this tool.Methods inherited from interface org.gradle.nativeplatform.toolchain.CommandLineToolConfigurationwithArguments
- 
Method Details- 
getExecutableString getExecutable()The name of the executable file for this tool.
- 
setExecutableSet the name of the executable file for this tool. The executable will be located in the tool chain path.
 
-