File tree 1 file changed +12
-0
lines changed
src/doc/rustc/src/platform-support
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,18 @@ The current default deployment target for `rustc` can be retrieved with
30
30
[ deployment target ] : https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
31
31
[ rustc-print ] : ../command-line-arguments.md#option-print
32
32
33
+ ### Host tooling
34
+
35
+ The minimum supported OS versions for the host tooling (` rustc ` , ` cargo ` ,
36
+ etc.) are currently the same as for applications, namely 10.12 on x86 and 11.0
37
+ on ARM64.
38
+ The minimum supported Xcode version is 9.2.
39
+
40
+ Building from source likely requires that you can build LLVM from source too,
41
+ which [ currently] [ llvm-os ] requires Xcode 10.0 and macOS 10.13 (for LLVM 19).
42
+
43
+ [ llvm-os ] : https://releases.llvm.org/19.1.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library
44
+
33
45
### Binary format
34
46
35
47
The default binary format is Mach-O, the executable format used on Apple's
You can’t perform that action at this time.
0 commit comments