diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 10:39:04 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-05-13 18:13:38 +0200 |
commit | 89dc13243b7311669e5e4ad0ff8abbc0c7216dfd (patch) | |
tree | 3721220e7efbc62be985911fd0f74077b77c55c0 /README.md | |
parent | a1512f1ad7a143493d0d38a0b715e06d8ba62759 (diff) | |
download | bootstrappable-toolchain-89dc13243b7311669e5e4ad0ff8abbc0c7216dfd.tar.gz |
Add gcc 14.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,14 +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-13.2.0-native` - `clang-latest-native` - `clang-18.1.4-native` - `clang-17.0.6-native` - `clang-16.0.6-native` - `gcc-latest-musl` +- `gcc-14.1.0-musl` - `gcc-13.2.0-musl` - `gcc-latest-musl-static` +- `gcc-14.1.0-musl-static` - `gcc-13.2.0-musl-static` *For details about how these compilers are built, see |