diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbb114..8698eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Change Log All notable changes to this project will be documented in this file. +[Unreleased](https://github.com/FreddieChopin/bleeding-edge-toolchain/compare/221011...HEAD) +-------------------------------------------------------------------------------------------- + +### Changed + +- Updated gcc to version 11.2.0. + [221011](https://github.com/FreddieChopin/bleeding-edge-toolchain/compare/221009...221011) ------------------------------------------------------------------------------------------ diff --git a/build-bleeding-edge-toolchain.sh b/build-bleeding-edge-toolchain.sh index 320da1f..c9d29cc 100755 --- a/build-bleeding-edge-toolchain.sh +++ b/build-bleeding-edge-toolchain.sh @@ -14,7 +14,7 @@ set -eu binutilsVersion="2.39" expatVersion="2.4.9" -gccVersion="11.1.0" +gccVersion="11.2.0" gdbVersion="12.1" gmpVersion="6.2.1" islVersion="0.25"