diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-04-04 13:42:46 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-05-14 23:34:36 +0000 |
commit | 6b4036ee9ee43910757140830a74ba851cd4668f (patch) | |
tree | a0534f50009991aba4b15c14107cff57bd8b117a /util/crossgcc/buildgcc | |
parent | 5a0207e56a4dbf599a2268fdc43ca3ab78b3af26 (diff) |
util/crossgcc: Update CMake from 3.28.3 to 3.29.3
Change-Id: Iaf2d4f579d987fbfd4187ae41c1be5cec55e0e8e
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81672
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
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 58c4599658..0691a5f208 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -43,7 +43,7 @@ BINUTILS_VERSION=2.42 IASL_VERSION="20230628" # CLANG version number CLANG_VERSION=17.0.6 -CMAKE_VERSION=3.28.3 +CMAKE_VERSION=3.29.3 NASM_VERSION=2.16.01 # Filename for each package |