diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-23 16:23:48 +0100 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-11-24 23:31:03 +0000 |
commit | 2731fa619bdeb80c263ea607d547c99a9cd7b1ac (patch) | |
tree | 9e5581b7b9ae4d4eecbca67e9a91d4d603d7fea8 /util/crossgcc/buildgcc | |
parent | 5ee1d23bcc9d1f0748c998d0f517acc219d84771 (diff) |
crossgcc: Upgrade GCC from 11.4.0 to 13.2.0
Changelogs:
* https://gcc.gnu.org/gcc-12/changes.html
* https://gcc.gnu.org/gcc-13/changes.html
Porting guides:
* https://gcc.gnu.org/gcc-12/porting_to.html
* https://gcc.gnu.org/gcc-13/porting_to.html
Change-Id: I4f2ed4de4811abaa13528906de71eee29a8f2910
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Signed-off-by: Nico Huber <nico.h@gmx.de>
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70771
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 8de6d69c79..23a5caf2bb 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -38,7 +38,7 @@ COREBOOT_MIRROR_URL="https://www.coreboot.org/releases/crossgcc-sources" GMP_VERSION=6.3.0 MPFR_VERSION=4.2.1 MPC_VERSION=1.3.1 -GCC_VERSION=11.4.0 +GCC_VERSION=13.2.0 BINUTILS_VERSION=2.41 IASL_VERSION="R06_28_23" # CLANG version number |