summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2024-05-13 10:39:04 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2024-05-13 18:13:38 +0200
commit89dc13243b7311669e5e4ad0ff8abbc0c7216dfd (patch)
tree3721220e7efbc62be985911fd0f74077b77c55c0 /README.md
parenta1512f1ad7a143493d0d38a0b715e06d8ba62759 (diff)
downloadbootstrappable-toolchain-89dc13243b7311669e5e4ad0ff8abbc0c7216dfd.tar.gz
Add gcc 14.1.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 808ca3b..5665863 100644
--- a/README.md
+++ b/README.md
@@ -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