diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-06-03 09:51:40 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-06-04 18:29:20 +0000 |
commit | dea0f21c4b3940af47823a9b7dcd5a8cef420d84 (patch) | |
tree | 7c2f1462314c4671b10ce59e5bbf5d291ab7ed5c /util/crossgcc/buildgcc | |
parent | 53d7e708e51e4b87a0ec5fb27ec2f13bcff91da1 (diff) |
crossgcc: Upgrade CMake from version 3.26.3 to 3.26.4
Change-Id: Id6dca6be8f7a82eadcbc18b4736219faf51b843c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75634
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
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 f0fb803f21..6447cdc615 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -42,7 +42,7 @@ BINUTILS_VERSION=2.40 IASL_VERSION=20230331 # CLANG version number CLANG_VERSION=16.0.4 -CMAKE_VERSION=3.26.3 +CMAKE_VERSION=3.26.4 NASM_VERSION=2.16.01 # Filename for each package |