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.
This commit is contained in:
parent
eeb9035117
commit
81ab20f34e
1 changed files with 2 additions and 2 deletions
|
@ -793,12 +793,12 @@
|
||||||
# C compiler to be used to compile C code. Note that the
|
# 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
|
# default value is platform specific, and if not specified it may also depend on
|
||||||
# what platform is crossing to what platform.
|
# 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)
|
#cc = "cc" (path)
|
||||||
|
|
||||||
# C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
|
# C++ compiler to be used to compile C++ code (e.g. LLVM and our LLVM shims).
|
||||||
# This is only used for host targets.
|
# 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)
|
#cxx = "c++" (path)
|
||||||
|
|
||||||
# Archiver to be used to assemble static libraries compiled from C/C++ code.
|
# Archiver to be used to assemble static libraries compiled from C/C++ code.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue