summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2025-03-20 12:19:22 +0100
committerOliver Reiche <oliver.reiche@huawei.com>2025-04-02 15:31:19 +0200
commit9fb01463bf1e829e38ac2ec24eb474017ce6709f (patch)
treeb5141fdbe0b9b7e77cd88c7fbec088ace40cd8c3 /README.md
parent2c1e0733981fc3fc7531530f13f56e9c28d457f5 (diff)
downloadbootstrappable-toolchain-9fb01463bf1e829e38ac2ec24eb474017ce6709f.tar.gz
Bump GCC version from 14.1 to 14.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6046604..55a5775 100644
--- a/README.md
+++ b/README.md
@@ -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