2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-12-03 02:52:58 +00:00
rules_foreign_cc/toolchains/README.md
2021-03-09 10:49:13 -08:00

17 lines
491 B
Markdown

# 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.