Package org.gradle.nativeplatform.toolchain
@Incubating
package org.gradle.nativeplatform.toolchain
Classes that allow C++ tool chains to be configured.
-
ClassDescriptionThe Clang tool chain.An executable tool that forms part of a tool chain.The GNU GCC tool chain.An executable tool used for GCC that allows customizing the executable.A ToolChain that can handle additional platforms simply by configuring the NativeBinary.GCC specific settings for the tools used to build for a particular platform.A platform specific configurable tool chain.A set of compilers and linkers that are used together to construct a native binary.A container for
NativeToolChain
s.The Swift Compiler tool chain.Swiftc specific settings for the tools used to build for a particular platform.The Visual C++ tool chain.Visual C++ specific settings for the tools used to build for a particular platform.