From: Jasmine Tang Date: Fri, 5 Apr 2024 03:02:26 +0000 (-0700) Subject: Add an alternative solution on MacOS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19719f4f2d230b39937b6977f81164a59acabcd7;p=thirdparty%2Fgcc.git Add an alternative solution on MacOS For #2937. ChangeLog: * README.md (gccrs-workspace]): like-wise. --- diff --git a/README.md b/README.md index 31df8df5138a..502b61f0ab1e 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: