2
0
Fork 0
mirror of https://github.com/bazel-contrib/rules_foreign_cc synced 2024-11-28 08:43:26 +00:00
rules_foreign_cc/toolchains
2024-03-13 14:29:36 +00:00
..
native_tools Fix #1161: set the CMAKE environment variables for prebuilt toolchains. (#1163) 2024-03-13 14:29:36 +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
built_toolchains.bzl Add make 4.4.1 (#1167) 2024-01-26 00:31:47 +00:00
cmake-c++11.patch
cmake_versions.bzl Update CMake versions (#1159) 2024-01-12 23:45:52 +00:00
make-reproducible-bootstrap.patch
pkgconfig-detectenv.patch
pkgconfig-makefile-vc.patch
prebuilt_toolchains.bzl Fix #1161: set the CMAKE environment variables for prebuilt toolchains. (#1163) 2024-03-13 14:29:36 +00:00
prebuilt_toolchains.py Fix #1161: set the CMAKE environment variables for prebuilt toolchains. (#1163) 2024-03-13 14:29:36 +00:00
prebuilt_toolchains_repository.bzl
README.md
toolchains.bzl

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.