PlatformConfigurableToolChain

Note: This class is incubating and may change in a future version of Gradle.

A ToolChain that can handle additional platforms simply by configuring the NativeBinary.

Properties

PropertyDescription
assembler
Incubating

The assembler.

cCompiler
Incubating

The C++ compiler.

cppCompiler
Incubating

The C compiler.

linker
Incubating

The linker.

staticLibArchiver
Incubating

The static library archiver.

Methods

MethodDescription
addPlatformConfiguration(platformConfig)
Incubating

Add configuration for a target platform.

Script blocks

No script blocks

Property details

GccTool assembler (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The assembler.

GccTool cCompiler (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The C++ compiler.

GccTool cppCompiler (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The C compiler.

GccTool linker (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The linker.

GccTool staticLibArchiver (read-only)

Note: This property is incubating and may change in a future version of Gradle.

The static library archiver.

Method details

void addPlatformConfiguration(TargetPlatformConfiguration platformConfig)

Note: This method is incubating and may change in a future version of Gradle.

Add configuration for a target platform.