HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35774 )
Change subject: crossgcc: Upgrade CMake to 3.15.4 ......................................................................
crossgcc: Upgrade CMake to 3.15.4
3.15.4 change: "In CMake 3.15.0 through 3.15.3, the EXCLUDE_FROM_ALL directory property was regressed from pre-3.14 behavior and caused targets within the directory to be excluded even from its own “all”. This has been fixed. The bug also existed in 3.14.0 through 3.14.6 and is fixed in 3.14.7."
Change-Id: Ib564217c4fdcb609fd6dfd4cb71288dd54ffe4bf Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M util/crossgcc/buildgcc D util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum A util/crossgcc/sum/cmake-3.15.4.tar.gz.cksum 3 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/35774/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 9c10c7d..260958c 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -60,7 +60,7 @@ # CLANG version number CLANG_VERSION=8.0.0 MAKE_VERSION=4.2.1 -CMAKE_VERSION=3.15.3 +CMAKE_VERSION=3.15.4 NASM_VERSION=2.14.02
# GCC toolchain archive locations diff --git a/util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum b/util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum deleted file mode 100644 index c467676..0000000 --- a/util/crossgcc/sum/cmake-3.15.3.tar.gz.cksum +++ /dev/null @@ -1 +0,0 @@ -f467388ba336ea3652f5800918a72cfcc4f7f403 tarballs/cmake-3.15.3.tar.gz diff --git a/util/crossgcc/sum/cmake-3.15.4.tar.gz.cksum b/util/crossgcc/sum/cmake-3.15.4.tar.gz.cksum new file mode 100644 index 0000000..9a2571c --- /dev/null +++ b/util/crossgcc/sum/cmake-3.15.4.tar.gz.cksum @@ -0,0 +1 @@ +0bef17d6067df2672edf63d20c8ec9289a82648d tarballs/cmake-3.15.4.tar.gz