diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-11-17 19:16:49 +0100 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2022-02-21 08:05:48 +0000 |
commit | e854b0b5e7b64414f5d17ff0ad12b10c7c8c8829 (patch) | |
tree | 9c7a286c7bee70adecbdee81b914bf6f1e19f391 /util/crossgcc/buildgcc | |
parent | 05b66147d22103399675a02265765436b5f0e216 (diff) |
crossgcc: Upgrade CMake to 3.22.2 version
Change-Id: I4272f72dd6ed686dbad5615a0ab44c8c632b5930
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59399
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
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 f27dd01e80..49e98677a8 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=12.0.0 -CMAKE_VERSION=3.20.3 +CMAKE_VERSION=3.22.2 NASM_VERSION=2.15.05 # GCC toolchain archive locations |