diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-08-16 10:40:08 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-10 12:55:18 +0000 |
commit | 9890bd98b07c83c0e346fbb6f8284176e81fdb71 (patch) | |
tree | 36de037160acfdc99ac74128bfea38e0f11ba052 /util/crossgcc/buildgcc | |
parent | 4e09ebededdde3689bfcdd1eeed0df669058767c (diff) |
crossgcc: Upgrade CMake to 3.15.3
Changes: https://cmake.org/cmake/help/v3.15/release/3.15.html
Change-Id: Id3283b4a091a5a8afd76235059636bba1c238f0f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34895
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
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 c7f63c3bee..9c10c7d56e 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ EXPAT_VERSION=2.2.7 # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.15.0 +CMAKE_VERSION=3.15.3 NASM_VERSION=2.14.02 # GCC toolchain archive locations |