From ae29de96c94e5c582f4424804464cdd29bf2a013 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 8 Aug 2026 12:50:43 +0200 Subject: Fix GCC 16 compatibility with MacOS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 71b6a6d..cc1fe52 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ in the `boot/` directory. ## Build -The frontend requires GCC 15.3.0 (not tested with other versions). +The frontend requires GCC 16.1.0 (not tested with other versions). There is also a `Rakefile` that downloads, builds and installs GCC into the `./build/` subdirectory. The `Rakefile` assumes that ruby and rake, as well as @@ -30,7 +30,7 @@ rake gcc by passing `CC` and `CXX` environment variables to rake, e.g.: ```sh -rake CC=gcc-15 CXX=g++-15 gcc +rake CC=gcc-16 CXX=g++-16 gcc ``` See `rake -T` for more tasks. The GCC source is under `build/tools`. The -- cgit v1.2.3