diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-01-16 19:07:51 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-26 13:33:55 +0000 |
commit | 3f7fd588239eea6d078c2fd96a7fd16569cd1112 (patch) | |
tree | d174d9386ac0c798de1dc1ecc6833cacfe02ec75 /util/crossgcc/buildgcc | |
parent | b8c107c7b8a7b620e446dfd4ae74dac1bb4a5def (diff) | |
download | coreboot-3f7fd588239eea6d078c2fd96a7fd16569cd1112.tar.xz |
crossgcc: Update CMake to version 3.13.3
Change-Id: If3bd670e2273715b6996e2ca78a0b9c412bfd220
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/30966
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 707fdea445..4c25629fac 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ EXPAT_VERSION=2.2.6 # CLANG version number CLANG_VERSION=7.0.1 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.13.2 +CMAKE_VERSION=3.13.3 # GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if |