api / org.gradle.nativeplatform.toolchain / NativePlatformToolChain

NativePlatformToolChain

@Incubating interface NativePlatformToolChain

A platform specific configurable tool chain.

Functions

getPlatform

abstract fun getPlatform(): NativePlatform

Returns the platform which this tool chain builds for.

Inheritors

GccPlatformToolChain

interface GccPlatformToolChain : NativePlatformToolChain

GCC specific settings for the tools used to build for a particular platform.

SwiftcPlatformToolChain

interface SwiftcPlatformToolChain : NativePlatformToolChain

Swiftc specific settings for the tools used to build for a particular platform.

VisualCppPlatformToolChain

interface VisualCppPlatformToolChain : NativePlatformToolChain

Visual C++ specific settings for the tools used to build for a particular platform.