public abstract static class AvailableToolChains.GccCompatibleToolChain extends AvailableToolChains.InstalledToolChain
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
suffix |
pathEntries, pathVarName| Modifier | Constructor and Description |
|---|---|
protected |
GccCompatibleToolChain(AvailableToolChains.ToolFamily family,
org.gradle.util.VersionNumber version) |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.File |
find(java.lang.String tool) |
abstract java.io.File |
getCCompiler() |
abstract java.io.File |
getCppCompiler() |
java.io.File |
getLinker() |
java.io.File |
getStaticLibArchiver() |
java.lang.String |
getUnitTestPlatform() |
configureExecuter, executable, getBuildScriptConfig, getDisplayName, getFamily, getId, getImplementationClass, getInstanceDisplayName, getPathEntries, getPluginClass, getRuntimeEnv, getTypeDisplayName, getVersion, initialiseEnvironment, isAvailable, isVisualCpp, linkerOptionsFor, matches, objectFile, platformSpecificToolChainConfiguration, resetEnvironment, resourceOnlyLibrary, sharedLibrary, staticLibrary, toRuntimeEnvmeets, toStringprotected GccCompatibleToolChain(AvailableToolChains.ToolFamily family, org.gradle.util.VersionNumber version)
protected java.io.File find(java.lang.String tool)
public java.io.File getLinker()
public java.io.File getStaticLibArchiver()
public abstract java.io.File getCppCompiler()
public abstract java.io.File getCCompiler()
public java.lang.String getUnitTestPlatform()
getUnitTestPlatform in class AvailableToolChains.InstalledToolChain