summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMads Marquart <mads@marquart.dk>2025-01-24 14:40:12 +0100
committerMads Marquart <mads@marquart.dk>2025-01-24 14:40:12 +0100
commit11de4b71bd8970c9b5491cc1bb13266ce7d05af8 (patch)
tree020edaf0ca33a56444c8c83a2984284aac6f0955 /src/doc/rustc-dev-guide
parent061ee95ce197dc9b276fc5363eddbfc0ecc08584 (diff)
downloadrust-11de4b71bd8970c9b5491cc1bb13266ce7d05af8.tar.gz
rust-11de4b71bd8970c9b5491cc1bb13266ce7d05af8.zip
Cross-link documentation for adding a new target
Both the target tier policy and the rustc-dev-guide has documentation on
this, let's make sure people see both.
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/building/new-target.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/new-target.md b/src/doc/rustc-dev-guide/src/building/new-target.md
index 1d9fa1b52d5..cd215277e69 100644
--- a/src/doc/rustc-dev-guide/src/building/new-target.md
+++ b/src/doc/rustc-dev-guide/src/building/new-target.md
@@ -4,8 +4,13 @@ These are a set of steps to add support for a new target. There are
 numerous end states and paths to get there, so not all sections may be
 relevant to your desired goal.
 
+See also the associated documentation in the
+[target tier policy][target_tier_policy_add].
+
 <!-- toc -->
 
+[target_tier_policy_add]: https://doc.rust-lang.org/rustc/target-tier-policy.html#adding-a-new-target
+
 ## Specifying a new LLVM
 
 For very new targets, you may need to use a different fork of LLVM