Toolchain: Upgrade to ELPA 2020.11

This commit is contained in:
Ole Schütt 2021-01-27 21:30:15 +01:00 committed by Ole Schütt
parent ab330fda63
commit 5b641945b6
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ diff --git a/Makefile.in b/Makefile.in
index 312c7f2..11daefb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21004,7 +21004,7 @@ uninstall-man: uninstall-man1 uninstall-man3
@@ -21518,7 +21518,7 @@ uninstall-man: uninstall-man1 uninstall-man3
# Cuda files
.cu.lo:

View file

@ -2,8 +2,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"
elpa_ver="2020.05.001"
elpa_sha256="66ff1cf332ce1c82075dc7b5587ae72511d2bcb3a45322c94af6b01996439ce5"
elpa_ver="2020.11.001"
elpa_sha256="15591f142eeaa98ab3201d27ca9ac328e21beabf0803b011a04183fcaf6efdde"
patches=(
"${SCRIPT_DIR}/stage5/elpa-${elpa_ver}-no-LDFLAGS-for-NVCC-compile.patch"
)