about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJordan McQueen <j@jm.dev>2025-02-20 10:37:28 +0000
committerJordan McQueen <j@jm.dev>2025-02-20 10:41:29 +0000
commit81ab20f34e5447108c8103c10cd3f106f338e7e1 (patch)
treeb673a55106700e0f75c512ef91485ca3d5c14729
parenteeb9035117dc85fa4abe8e2abb09285fd65b0263 (diff)
downloadrust-81ab20f34e5447108c8103c10cd3f106f338e7e1.tar.gz
rust-81ab20f34e5447108c8103c10cd3f106f338e7e1.zip
Update references to cc_detect.rs
The locations of these files have since been changed. This is a simple
change to update the references to these files.
-rw-r--r--config.example.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.example.toml b/config.example.toml
index fd27b24e461..a17d3ec9f88 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -793,12 +793,12 @@
 # C compiler to be used to compile C code. Note that the
 # default value is platform specific, and if not specified it may also depend on
 # what platform is crossing to what platform.
-# See `src/bootstrap/cc_detect.rs` for details.
+# See `src/bootstrap/src/utils/cc_detect.rs` for details.
 #cc = "cc" (path)
 
 # C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
 # This is only used for host targets.
-# See `src/bootstrap/cc_detect.rs` for details.
+# See `src/bootstrap/src/utils/cc_detect.rs` for details.
 #cxx = "c++" (path)
 
 # Archiver to be used to assemble static libraries compiled from C/C++ code.