diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-04-02 20:02:23 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-23 10:03:06 +0000 |
commit | b1f4d5258005b685f07f195157467e20181b8a21 (patch) | |
tree | 798c68692e5e1cb57514afb2b6f4aac9c0e16ff1 /util/crossgcc/buildgcc | |
parent | 095c2617a368536f482f0b9ca16a4a5e69cd55ec (diff) | |
download | coreboot-b1f4d5258005b685f07f195157467e20181b8a21.tar.xz |
crossgcc: Update CMake to version 3.14.2
Release Note :
https://cmake.org/cmake/help/v3.14/release/3.14.html
"The FindFontconfig module added by 3.14.0 accidentally used uppercase
FONTCONFIG_* variable names that do not match our conventions.
3.14.1 revises the module to use Fontconfig_* variable names.
This is incompatible with 3.14.0 but since the module is new in the 3.14
series usage should not yet be widespread"
Change-Id: Ief7f5e8309597093f061789926bd3bd2ed3aec2d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32141
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@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 12bb23dcf3..5e0199bfcb 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ EXPAT_VERSION=2.2.6 # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.14.0 +CMAKE_VERSION=3.14.2 # GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if |