diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-11-17 09:44:54 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-12-01 09:14:31 +0000 |
commit | 49838af6238f3489501ba8dbcc577dcdbd4b7ba2 (patch) | |
tree | 2c8b9dd9fadf5dfa0c45dac0f199fa0688c5a87f /util/crossgcc | |
parent | cd4e3d52eeb02a705e0c28417d546c4de24e0ba5 (diff) |
crossgcc: Upgrade CMake from 3.24.2 to 3.25.0
Change-Id: Iebccaf984c2c8b449c8f152484a4df1e75e74fd8
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69715
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 | ||||
-rw-r--r-- | util/crossgcc/sum/cmake-3.24.2.tar.gz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 6015102308..5ade86beb1 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -40,7 +40,7 @@ BINUTILS_VERSION=2.37 IASL_VERSION="R10_20_22" # CLANG version number CLANG_VERSION=15.0.0 -CMAKE_VERSION=3.24.2 +CMAKE_VERSION=3.25.0 NASM_VERSION=2.15.05 # GCC toolchain archive locations diff --git a/util/crossgcc/sum/cmake-3.24.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.24.2.tar.gz.cksum deleted file mode 100644 index 81ad811aa5..0000000000 --- a/util/crossgcc/sum/cmake-3.24.2.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -c2441ed6e00ba2c5ad0b7cd06afa8057769b9c1b tarballs/cmake-3.24.2.tar.gz diff --git a/util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum new file mode 100644 index 0000000000..bb3d397ac4 --- /dev/null +++ b/util/crossgcc/sum/cmake-3.25.0.tar.gz.cksum @@ -0,0 +1 @@ +c791c64877ee550b78613bf089f2a7a58d3b1b65 tarballs/cmake-3.25.0.tar.gz |