Package edu.wpi.first.toolchain
Class GccToolChain
- java.lang.Object
-
- org.gradle.nativeplatform.toolchain.internal.ExtendableToolChain<org.gradle.nativeplatform.toolchain.GccPlatformToolChain>
-
- org.gradle.nativeplatform.toolchain.internal.gcc.AbstractGccCompatibleToolChain
-
- edu.wpi.first.toolchain.GccToolChain
-
- All Implemented Interfaces:
org.gradle.api.Named,org.gradle.nativeplatform.toolchain.GccCompatibleToolChain,org.gradle.nativeplatform.toolchain.internal.NativeToolChainInternal,org.gradle.nativeplatform.toolchain.NativeToolChain,org.gradle.platform.base.internal.toolchain.ToolChainInternal<org.gradle.nativeplatform.platform.internal.NativePlatformInternal>,org.gradle.platform.base.ToolChain
- Direct Known Subclasses:
BionicGcc,ConfigurableGcc,RaspbianGcc,RoboRioGcc,XenialGcc
public abstract class GccToolChain extends org.gradle.nativeplatform.toolchain.internal.gcc.AbstractGccCompatibleToolChain
-
-
Constructor Summary
Constructors Constructor Description GccToolChain(ToolchainOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolchainDescriptorBasegetDescriptor()ToolchainDiscoverergetDiscoverer()org.gradle.api.ProjectgetProject()voidsetUsed(boolean used)-
Methods inherited from class org.gradle.nativeplatform.toolchain.internal.gcc.AbstractGccCompatibleToolChain
configureDefaultTools, getMetaDataProvider, getPath, getPlatformConfiguration, initForImplementation, initTools, locate, path, select, select, setTargets, target, target, target
-
Methods inherited from class org.gradle.nativeplatform.toolchain.internal.ExtendableToolChain
assertSupported, eachPlatform, getDisplayName, getName, getOutputType, getTypeName, resolve, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
GccToolChain
public GccToolChain(ToolchainOptions options)
-
-
Method Detail
-
getProject
public org.gradle.api.Project getProject()
-
getDescriptor
public ToolchainDescriptorBase getDescriptor()
-
getDiscoverer
public ToolchainDiscoverer getDiscoverer()
-
setUsed
public void setUsed(boolean used)
-
-