rules_foreign_cc/toolchains
Mike Lundy 1ddd0ce6b5
Add make 4.4.1 (#1167)
2024-01-26 00:31:47 +00:00
..
native_tools Use gazelle to generate bzl_library targets (#1127) 2023-12-21 10:42:09 +00:00
private Simplify the toolchain registration for bzlmod (#1105) 2024-01-12 22:00:28 +00:00
BUILD.bazel Simplify the toolchain registration for bzlmod (#1105) 2024-01-12 22:00:28 +00:00
README.md Added architecture documentation (#544) 2021-03-09 10:49:13 -08:00
built_toolchains.bzl Add make 4.4.1 (#1167) 2024-01-26 00:31:47 +00:00
cmake-c++11.patch Build msvc cmake with prebuilt cmake (#1148) 2024-01-12 21:37:09 +00:00
cmake_versions.bzl Update CMake versions (#1159) 2024-01-12 23:45:52 +00:00
make-reproducible-bootstrap.patch Bootstrap make reproducibly (#817) 2021-11-30 15:58:53 +00:00
pkgconfig-detectenv.patch Hermetic pkg config (#979) 2022-11-09 11:54:39 +00:00
pkgconfig-makefile-vc.patch Hermetic pkg config (#979) 2022-11-09 11:54:39 +00:00
prebuilt_toolchains.bzl Update CMake versions (#1159) 2024-01-12 23:45:52 +00:00
prebuilt_toolchains.py Update CMake versions (#1159) 2024-01-12 23:45:52 +00:00
prebuilt_toolchains_repository.bzl Moved more toolchain related rules into `./toolchains` (#541) 2021-03-11 08:52:36 -08:00
toolchains.bzl Add meson support (#986) 2023-06-09 11:29:12 +01: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.