aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasmine Tang <tanghocel456@gmail.com>2024-04-04 20:02:26 -0700
committerCohenArthur <arthur.cohen@embecosm.com>2024-04-09 15:18:08 +0000
commit19719f4f2d230b39937b6977f81164a59acabcd7 (patch)
tree3868b45b1fcc2578bdcf0165326ccf1e74a5668b
parentff196e451c6b4eb9736b2331c6a108b85f9d260b (diff)
downloadgcc-19719f4f2d230b39937b6977f81164a59acabcd7.zip
gcc-19719f4f2d230b39937b6977f81164a59acabcd7.tar.gz
gcc-19719f4f2d230b39937b6977f81164a59acabcd7.tar.bz2
Add an alternative solution on MacOS
For #2937. ChangeLog: * README.md (gccrs-workspace]): like-wise.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 31df8df..502b61f 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,12 @@ $ make
```
+Alternatively, a docker environment is avaiable for ARM-based Mac contributors.
+
+Please visit [gccrs-workspace](https://github.com/badumbatish/gccrs-workspace).
+
+The image is based on Ubuntu ARM and came with dependencies all fetched.
+
#### Running GCC Rust
Running the compiler itself without make install we can simply invoke the compiler proper: