diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-03-20 12:19:22 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-04-02 15:31:19 +0200 |
commit | 9fb01463bf1e829e38ac2ec24eb474017ce6709f (patch) | |
tree | b5141fdbe0b9b7e77cd88c7fbec088ace40cd8c3 /README.md | |
parent | 2c1e0733981fc3fc7531530f13f56e9c28d457f5 (diff) | |
download | bootstrappable-toolchain-9fb01463bf1e829e38ac2ec24eb474017ce6709f.tar.gz |
Bump GCC version from 14.1 to 14.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,17 +7,17 @@ details about the bootstrap process, see [BOOTSTRAP.md](./doc/BOOTSTRAP.md).* Available compiler toolchains are: - `gcc-latest-native` -- `gcc-14.1.0-native` +- `gcc-14.2.0-native` - `gcc-13.3.0-native` - `clang-latest-native` - `clang-18.1.8-native` - `clang-17.0.6-native` - `clang-16.0.6-native` - `gcc-latest-musl` -- `gcc-14.1.0-musl` +- `gcc-14.2.0-musl` - `gcc-13.3.0-musl` - `gcc-latest-musl-static` -- `gcc-14.1.0-musl-static` +- `gcc-14.2.0-musl-static` - `gcc-13.3.0-musl-static` *For details about how these compilers are built, see |