HAOUAS Elyes has uploaded this change for review.

View Change

crossgcc: Upgrade cmake to version 3.16.2

Aslo add comment on IASL conflicting use of _ADR and _HID.

Change-Id: I2012f0adcb348a3ea6c50c361a49a0a600d3db3d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M util/crossgcc/buildgcc
D util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum
A util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum
3 files changed, 6 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/38162/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 6150011..b862b9a 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -54,13 +54,17 @@
GCC_AUTOCONF_VERSION=2.69
BINUTILS_VERSION=2.33.1
GDB_VERSION=8.3.1
+
+# Conflicting use of _ADR and _HID in coreboot tree needs
+# to be properly # addressed before we can upgrade IASL version.
+# Use IASL version 20190703 For now.
IASL_VERSION=20190703
PYTHON_VERSION=3.8.1
EXPAT_VERSION=2.2.9
# CLANG version number
CLANG_VERSION=9.0.0
MAKE_VERSION=4.2.1
-CMAKE_VERSION=3.16.0
+CMAKE_VERSION=3.16.2
NASM_VERSION=2.14.02

# GCC toolchain archive locations
diff --git a/util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum b/util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum
deleted file mode 100644
index 0adcc1a..0000000
--- a/util/crossgcc/sum/cmake-3.16.0.tar.gz.cksum
+++ /dev/null
@@ -1 +0,0 @@
-9943ebbbf076bbe1b54c7dadcd6df28ad0d241ed tarballs/cmake-3.16.0.tar.gz
diff --git a/util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum b/util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum
new file mode 100644
index 0000000..c5190b2
--- /dev/null
+++ b/util/crossgcc/sum/cmake-3.16.2.tar.gz.cksum
@@ -0,0 +1 @@
+f514dbd9aa8332a28ba62dd8ce97b0aa0b099491 tarballs/cmake-3.16.2.tar.gz

To view, visit change 38162. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I2012f0adcb348a3ea6c50c361a49a0a600d3db3d
Gerrit-Change-Number: 38162
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange