2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-25 17:31:25 +00:00
rules_foreign_cc/toolchains
James Sharpe 9fc3411bb5
Add current_*_toolchain rules to allow passing current toolchain inst… (#843)
Co-authored-by: UebelAndre <github@uebelandre.com>
2022-03-14 14:06:22 +00:00
..
native_tools Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00
BUILD.bazel Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00
built_toolchains.bzl Add 3.22.2 and 3.21.5 (#875) 2022-02-20 17:06:56 -08:00
make-reproducible-bootstrap.patch Bootstrap make reproducibly (#817) 2021-11-30 15:58:53 +00:00
prebuilt_toolchains.bzl Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00
prebuilt_toolchains.py Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00
prebuilt_toolchains_repository.bzl Moved more toolchain related rules into ./toolchains (#541) 2021-03-11 08:52:36 -08:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
toolchains.bzl Add current_*_toolchain rules to allow passing current toolchain inst… (#843) 2022-03-14 14:06:22 +00:00

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.