aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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