diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-09-16 12:05:14 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2022-09-18 17:14:04 +0000 |
commit | 035e9f9f0c1db71a3a2371ad00fd889aca139957 (patch) | |
tree | 1b9aa705b528a120baea6ed1989cd69e512cb4f8 /util/crossgcc/buildgcc | |
parent | 0811a6492d2b8fc9cd03392b54eb8978f0450340 (diff) |
crossgcc: Upgrade cmake from 3.23.2 to 3.24.2
Change-Id: I81a8371190513ca34d3c5efb0e3770ac3d873b03
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67367
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 a36c25bf1d..d4d11266a0 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -40,7 +40,7 @@ BINUTILS_VERSION=2.37 IASL_VERSION=20220331 # CLANG version number CLANG_VERSION=14.0.6 -CMAKE_VERSION=3.23.2 +CMAKE_VERSION=3.24.2 NASM_VERSION=2.15.05 # GCC toolchain archive locations |