diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-14 06:15:04 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-02-01 03:12:03 +0000 |
commit | e2cbeebe9f30f6b6e1794b8a171fb3c4ec107722 (patch) | |
tree | e02506b046c77da5499c597706f61962449f07b1 /util/crossgcc/buildgcc | |
parent | 3bce5643ca0f4de4511ebe2a07b9a84a74a6a476 (diff) |
crossgcc: Upgrade CMake from version 3.25.0 to 3.25.2
Change-Id: Iaf0988997c6644e0e4f02d60a1d6de0e498e19bc
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71889
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 0f5a70a27b..cfbe0e8cc2 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ BINUTILS_VERSION=2.37 IASL_VERSION="R10_20_22" # CLANG version number CLANG_VERSION=15.0.6 -CMAKE_VERSION=3.25.0 +CMAKE_VERSION=3.25.2 NASM_VERSION=2.15.05 # Filename for each package |