From 61c8c0a0a18d08f656c3a34b16590deee80472fd Mon Sep 17 00:00:00 2001
From: Nicholas Bishop <nicholasbishop@google.com>
Date: Mon, 1 Aug 2022 18:12:07 -0400
Subject: [PATCH] Document the `no-std` target option in config.toml.example

---
 config.toml.example | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/config.toml.example b/config.toml.example
index b3284050f05..b320cdcc109 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -721,6 +721,10 @@ changelog-seen = 2
 # probably don't want to use this.
 #qemu-rootfs = <none> (path)
 
+# Skip building the `std` library for this target. Enabled by default for
+# target triples containing `-none`, `nvptx`, `switch`, or `-uefi`.
+#no-std = <platform-specific> (bool)
+
 # =============================================================================
 # Distribution options
 #