api / org.gradle.nativeplatform.toolchain / GccCommandLineToolConfiguration

GccCommandLineToolConfiguration

@Incubating interface GccCommandLineToolConfiguration : CommandLineToolConfiguration

An executable tool used for GCC that allows customizing the executable.

Functions

getExecutable

abstract fun getExecutable(): String

The name of the executable file for this tool.

setExecutable

abstract fun setExecutable(file: String): Unit

Set the name of the executable file for this tool. The executable will be located in the tool chain path.

Inherited Functions

withArguments

abstract fun withArguments(arguments: Action<in MutableList<String>>): Unit

Adds an action that will be applied to the command-line arguments prior to execution.