GCC
Configuration
gccToolchain()
gccToolchain(version, opts = {})
Declare a gcc toolchain version and optionally set it as the default. matching lockfile entry (warns instead of failing).
| Parameter | Type | Description |
|---|---|---|
| version | string | Bootlin toolchain release version, e.g. "2025.08-1". |
| [opts] | object | |
| [opts.default=false] | boolean | |
| [opts.unverified=false] | boolean | Allow downloading without a |
Returns: object Target handle for this gcc toolchain.