about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-06-21 12:31:16 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-06-21 12:31:16 +0000
commitaa5d7a0d8ae4654c8739db1d7ac75dc0e6e24434 (patch)
tree38b94649e8dd6e10d3ed4a46107437d158017a6b
parent2a378251fba001fa3b9f5b8cb1d57159d73db8b9 (diff)
downloadrust-aa5d7a0d8ae4654c8739db1d7ac75dc0e6e24434.tar.gz
rust-aa5d7a0d8ae4654c8739db1d7ac75dc0e6e24434.zip
Update platform support table for the new arm64 macOS support
Closes rust-lang/rustc_codegen_cranelift#1248
-rw-r--r--Readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 00ea15cb38c..eb21e027dd0 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,7 +70,7 @@ For more docs on how to build and test see [build_system/usage.txt](build_system
 |FreeBSD|✅[^no-rustup]|❓|❓|❓|
 |AIX|❌[^xcoff]|N/A|N/A|❌[^xcoff]|
 |Other unixes|❓|❓|❓|❓|
-|macOS|✅|❌[^apple-silicon]|N/A|N/A|
+|macOS|✅|✅[^no-rustup]|N/A|N/A|
 |Windows|✅[^no-rustup]|❌|N/A|N/A|
 
 ✅: Fully supported and tested
@@ -80,7 +80,6 @@ For more docs on how to build and test see [build_system/usage.txt](build_system
 Not all targets are available as rustup component for nightly. See notes in the platform support matrix.
 
 [^xcoff]: XCOFF object file format is not supported.
-[^apple-silicon]: Tracked in [#1248](https://github.com/rust-lang/rustc_codegen_cranelift/issues/1248).
 [^no-rustup]: Not available as rustup component for nightly. You can build it yourself.
 
 ## Usage