diff options
author | Jasmine Tang <tanghocel456@gmail.com> | 2024-04-04 20:02:26 -0700 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2024-04-09 15:18:08 +0000 |
commit | 19719f4f2d230b39937b6977f81164a59acabcd7 (patch) | |
tree | 3868b45b1fcc2578bdcf0165326ccf1e74a5668b | |
parent | ff196e451c6b4eb9736b2331c6a108b85f9d260b (diff) | |
download | gcc-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |