diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-02-20 17:14:47 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-02-24 22:26:11 +0000 |
commit | 04d6eb1eae00837e83757abfee0c8ec0d5cbbf58 (patch) | |
tree | bff3789e085d9cb4ac353a59f6fda4c579b8daf6 /util/crossgcc/buildgcc | |
parent | 15d55439dabafd8d4d874b818234d3859fda7d4c (diff) |
crossgcc: Upgrade CMake from 3.27.7 to version 3.28.3
Change-Id: I17758e23da25d610a0b462dfd388c53b89315242
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80648
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 e90117c39a..9470fe3662 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -43,7 +43,7 @@ BINUTILS_VERSION=2.42 IASL_VERSION="R06_28_23" # CLANG version number CLANG_VERSION=17.0.6 -CMAKE_VERSION=3.27.7 +CMAKE_VERSION=3.28.3 NASM_VERSION=2.16.01 # Filename for each package |