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/buildgcc | |
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/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 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 |