diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
