diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-07-09 16:44:20 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-07-09 18:25:13 +0200 |
commit | 26bc0ce6518ce3293053c36432de7f4ec7cc610d (patch) | |
tree | 8f1d3123408d5341a781a90ba25a47999d0a082d /README.md | |
parent | 7a242a9ddf3174aee39cf2de9fce3d7ccc071d8d (diff) | |
download | bootstrappable-toolchain-26bc0ce6518ce3293053c36432de7f4ec7cc610d.tar.gz |
Bump gcc 13 to 13.3.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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`** -- `<toolchain>+tools` (e.g., `gcc-13.2.0-native+tools`) +- `<toolchain>+tools` (e.g., `gcc-latest-native+tools`) - `<toolchain>` bundled with all latest tools (see `tools-all` above) All `musl` variants support cross-compilation. In your project, make sure |