diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-06-06 12:56:21 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-27 22:21:50 +0000 |
commit | f6abb9ef8d958be24e349a14683d49a50fddc712 (patch) | |
tree | 41c8f3cb8df3a10d0c85a92ff1e664762dc1b15e /util/crossgcc/buildgcc | |
parent | 74169c1c71b69b19b64d692fc16da35afe51a55b (diff) |
crossgcc: Upgrade CMake from 3.23.0 to 3.23.2
Change-Id: I3613522fa2a958d2a42674f17aa794bdda4ca74a
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63123
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
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 b25b260807..3c4b10cc92 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=13.0.1 -CMAKE_VERSION=3.23.0 +CMAKE_VERSION=3.23.2 NASM_VERSION=2.15.05 # GCC toolchain archive locations |