aboutsummaryrefslogtreecommitdiff
path: root/pw_build
diff options
context:
space:
mode:
authorKayce Basques <kayce@google.com>2023-10-20 21:49:51 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-10-20 21:49:51 +0000
commitf8ab5df218cd027681b86058c4e86d6c8f23f1a1 (patch)
tree2f6d15000025271685d9579f44ba7bc8a8261f7e /pw_build
parent355da0574a171fafedcb3e04c4b3dcee6ef53124 (diff)
downloadpigweed-f8ab5df218cd027681b86058c4e86d6c8f23f1a1.tar.gz
docs: Update changelog
Bug: b/292247409 Change-Id: I2dc844ccf19bea976427e02acd9e7feb622f5e88 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/177085 Reviewed-by: Taylor Cramer <cramertj@google.com> Reviewed-by: Kayce Basques <kayce@google.com> Commit-Queue: Kayce Basques <kayce@google.com>
Diffstat (limited to 'pw_build')
-rw-r--r--pw_build/bazel.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/pw_build/bazel.rst b/pw_build/bazel.rst
index bc3c0427a..ec3ac9818 100644
--- a/pw_build/bazel.rst
+++ b/pw_build/bazel.rst
@@ -1,3 +1,5 @@
+.. _module-pw_build-bazel:
+
Bazel
=====
Bazel is currently very experimental, and only builds for host and ARM Cortex-M
@@ -12,6 +14,8 @@ file. The built-in Bazel rules ``cc_binary``, ``cc_library``, and ``cc_test``
are wrapped with ``pw_cc_binary``, ``pw_cc_library``, and ``pw_cc_test``.
These wrappers add parameters to calls to the compiler and linker.
+.. _module-pw_build-bazel-pw_linker_script:
+
pw_linker_script
----------------
In addition to wrapping the built-in rules, Pigweed also provides a custom