diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-03-15 09:22:08 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-22 09:36:19 +0000 |
commit | 2ec5015f02130ec94128abfa0e2acb2556f1cc80 (patch) | |
tree | daecd2a18c4c5f6ba9ee62bba884202fcfddb498 /util/crossgcc | |
parent | e5eb2decd02357732f90513da5bba276fae44833 (diff) |
crossgcc: Update CMake to version 3.14.0
Change-Id: I9fec45429d80500d80cc6b774718ecc91720f3f2
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31240
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 4 | ||||
-rw-r--r-- | util/crossgcc/sum/cmake-3.13.3.tar.gz.cksum | 1 | ||||
-rw-r--r-- | util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index c19b7668e2..fe1ffdfcee 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.3 +CMAKE_VERSION=3.14.0 # GCC toolchain archive locations # These are sanitized by the jenkins toolchain test builder, so if @@ -81,7 +81,7 @@ CFE_ARCHIVE="https://releases.llvm.org/${CLANG_VERSION}/cfe-${CLANG_VERSION}.src CRT_ARCHIVE="https://releases.llvm.org/${CLANG_VERSION}/compiler-rt-${CLANG_VERSION}.src.tar.xz" CTE_ARCHIVE="https://releases.llvm.org/${CLANG_VERSION}/clang-tools-extra-${CLANG_VERSION}.src.tar.xz" MAKE_ARCHIVE="https://ftpmirror.gnu.org/make/make-${MAKE_VERSION}.tar.bz2" -CMAKE_ARCHIVE="https://cmake.org/files/v3.13/cmake-${CMAKE_VERSION}.tar.gz" +CMAKE_ARCHIVE="https://cmake.org/files/v3.14/cmake-${CMAKE_VERSION}.tar.gz" ALL_ARCHIVES="$GMP_ARCHIVE $MPFR_ARCHIVE $MPC_ARCHIVE \ $GCC_ARCHIVE $BINUTILS_ARCHIVE $GDB_ARCHIVE $IASL_ARCHIVE \ diff --git a/util/crossgcc/sum/cmake-3.13.3.tar.gz.cksum b/util/crossgcc/sum/cmake-3.13.3.tar.gz.cksum deleted file mode 100644 index 9ebd7f5dae..0000000000 --- a/util/crossgcc/sum/cmake-3.13.3.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -f33558a268a9286d4fa310abbd56efbaf897f6dc tarballs/cmake-3.13.3.tar.gz diff --git a/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum new file mode 100644 index 0000000000..997b8a03fd --- /dev/null +++ b/util/crossgcc/sum/cmake-3.14.0.tar.gz.cksum @@ -0,0 +1 @@ +30e5423245d98ad98f6ee0c5f73c587846b99d6b tarballs/cmake-3.14.0.tar.gz |