From 26bc0ce6518ce3293053c36432de7f4ec7cc610d Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 9 Jul 2024 16:44:20 +0200 Subject: Bump gcc 13 to 13.3.0 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 781de22..b2f45bb 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,17 @@ Available compiler toolchains are: - `gcc-latest-native` - `gcc-14.1.0-native` -- `gcc-13.2.0-native` +- `gcc-13.3.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-13.3.0-musl` - `gcc-latest-musl-static` - `gcc-14.1.0-musl-static` -- `gcc-13.2.0-musl-static` +- `gcc-13.3.0-musl-static` *For details about how these compilers are built, see [COMPILERS.md](./doc/COMPILERS.md).* @@ -58,7 +58,7 @@ Details about toolchain variants: the target system*) - **supports fully static linking (unlike *glibc* toolchains)** - **supports cross-compilation for project's `TARGET_ARCH`** -- `+tools` (e.g., `gcc-13.2.0-native+tools`) +- `+tools` (e.g., `gcc-latest-native+tools`) - `` bundled with all latest tools (see `tools-all` above) All `musl` variants support cross-compilation. In your project, make sure -- cgit v1.2.3