mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-27 20:43:26 +00:00
f6c19dd20f
BEGIN_PUBLIC Remove outdated toolchain README contents. END_PUBLIC PiperOrigin-RevId: 689365688 Change-Id: I78f3be0651e8aeaf842c3ea06d63161dd7ab42b4
8 lines
396 B
Markdown
8 lines
396 B
Markdown
# Toolchain rules
|
|
This directory contains a suite of rules for defining C/C++ toolchain
|
|
configurations.
|
|
|
|
For a living example, see
|
|
[`//examples/rule_based_toolchain`](https://github.com/bazelbuild/rules_cc/tree/main/examples/rule_based_toolchain/).
|
|
For the full API, see [`//third_party/bazel_rules/docs:toolchain_api.md`](https://github.com/bazelbuild/rules_cc/tree/main/docs/toolchain_api.md).
|