From 6d976919d003b39a41b9bbf4eaf26aac5f73dd4e Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 31 Mar 2022 09:14:56 +0200 Subject: crossgcc: Upgrade CMake from 3.22.2 to 3.23.0 Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html Signed-off-by: Elyes Haouas Change-Id: Ib31124baa3cae65211ad361a7d41c9504105be91 Reviewed-on: https://review.coreboot.org/c/coreboot/+/63246 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 6b7558f2bd..5f7d777d24 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -40,7 +40,7 @@ BINUTILS_VERSION=2.37 IASL_VERSION=20211217 # CLANG version number CLANG_VERSION=13.0.1 -CMAKE_VERSION=3.22.2 +CMAKE_VERSION=3.23.0 NASM_VERSION=2.15.05 # GCC toolchain archive locations -- cgit v1.2.3