diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-08-08 12:50:43 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-08-08 12:50:43 +0200 |
| commit | ae29de96c94e5c582f4424804464cdd29bf2a013 (patch) | |
| tree | 10936bcf8e4feef83de5f8aed70aab11a1e46668 /README.md | |
| parent | eaf5934f81dcd8ce5705f13b651d7b93ca8c459f (diff) | |
| download | elna-ae29de96c94e5c582f4424804464cdd29bf2a013.tar.gz | |
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 |
