diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-12-01 11:36:17 +0000 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:01:48 +0000 |
commit | 36847977cb95e319ec67ab2edf85e6ea96783628 (patch) | |
tree | 8ef9d985ad653dca9328bd2f9f63b517484ba5dc /util/crossgcc/sum | |
parent | 6ef36dbffbacd8d290d73e1a78c22b817965e076 (diff) |
util/crossgcc: Update GCC from 11.2 to 11.3
While the work on updating GCC to version 12 is still WIP, update it
to the latest minor release 11.3.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: I8810bbb238b01985774ff8da1e246ab1b192e663
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70221
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'util/crossgcc/sum')
-rw-r--r-- | util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum b/util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum deleted file mode 100644 index 071c352c93..0000000000 --- a/util/crossgcc/sum/gcc-11.2.0.tar.xz.cksum +++ /dev/null @@ -1 +0,0 @@ -f902ccacecf8949978d6261e9f1d034cff73ffdb tarballs/gcc-11.2.0.tar.xz diff --git a/util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum b/util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum new file mode 100644 index 0000000000..a4d2bd5780 --- /dev/null +++ b/util/crossgcc/sum/gcc-11.3.0.tar.xz.cksum @@ -0,0 +1 @@ +cf86a48278f9a6f4b03d4390550577b20353b4e9 tarballs/gcc-11.3.0.tar.xz |