rules_foreign_cc/toolchains
UebelAndre 6f03311e89
Added cmake 3.20.5 and all other final releases of 3.X (#698)
* Added cmake 3.20.5 and all other final releases of 3.X

* Updated built-toolchains
2021-06-28 15:22:06 +00:00
..
native_tools Correct configuration for native_tools_toolchain (#637) 2021-05-09 15:15:52 -07:00
BUILD.bazel built ninja tools no longer carry the entire source tree (#580) 2021-03-31 13:23:07 -07:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
built_toolchains.bzl Added cmake 3.20.5 and all other final releases of 3.X (#698) 2021-06-28 15:22:06 +00:00
prebuilt_toolchains.bzl Added cmake 3.20.5 and all other final releases of 3.X (#698) 2021-06-28 15:22:06 +00:00
prebuilt_toolchains.py Added cmake 3.20.5 and all other final releases of 3.X (#698) 2021-06-28 15:22:06 +00:00
prebuilt_toolchains_repository.bzl Moved more toolchain related rules into `./toolchains` (#541) 2021-03-11 08:52:36 -08:00
toolchains.bzl Moved more toolchain related rules into `./toolchains` (#541) 2021-03-11 08:52:36 -08:00

README.md

Rules Foreign CC Toolchains

This package contains implementations for toolchains required for the supported build systems.

Built Toolchains

These toolchains are for build tools that are built from source.

PreBuilt Toolchains

These toolchains are for build tools that are built and stored at some remote site and downloaded when required by any target currently in the build graph.

PreInstalled Toolchains

These toolchains are for build tools already installed on the host.