toolchain#

relenv toolchain

Options#

Build Linux Toolchains

usage: relenv toolchain [-h] [--arch ARCH] [--clean] [--crosstool-only]
                        {build,fetch}

Positional Arguments#

command

Possible choices: build, fetch

What type of toolchain operation to perform: build or fetch

Default: “fetch”

Named Arguments#

--arch

Possible choices: x86_64, aarch64

Arches to build or fetch, can be specified more than once for multiple arches

Default: []

--clean

Whether or not to clean the toolchain directories

Default: False

--crosstool-only

When building only build Crosstool NG. Do not build toolchains

Default: False