toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform.toolchain
/
Gcc
Gcc
API
@
Incubating
interface
Gcc
:
GccCompatibleToolChain
(
source
)
The
GNU GCC
tool chain.
Members
Functions
each
Platform
Link copied to clipboard
API
abstract
fun
eachPlatform
(
action
:
Action
<
in
GccPlatformToolChain
>
)
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Path
Link copied to clipboard
API
abstract
fun
getPath
(
)
:
List
<
File
>
path
Link copied to clipboard
API
abstract
fun
path
(
pathEntries
:
Array
<
Any
>
)
set
Targets
Link copied to clipboard
API
abstract
fun
setTargets
(
platformNames
:
Array
<
String
>
)
target
Link copied to clipboard
API
abstract
fun
target
(
platformName
:
String
)