aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2016-08-16 09:52:28 +0300
committerPaul Fertser <fercerpav@gmail.com>2016-12-25 09:20:42 +0000
commit56d163ce79510c7756567df00ae54155757eaa0f (patch)
treec6af9a1e824bf6773417816047b908a0db9f7b62 /Makefile.am
parenta5cff3acd37770b2e0f54857c63eee5a1f85fea0 (diff)
downloadriscv-openocd-56d163ce79510c7756567df00ae54155757eaa0f.zip
riscv-openocd-56d163ce79510c7756567df00ae54155757eaa0f.tar.gz
riscv-openocd-56d163ce79510c7756567df00ae54155757eaa0f.tar.bz2
jimtcl: update to 0.77, the current version, enable only specific modules
This is needed to fix build on aarch64 to get updated config.guess. Because some newer JimTcl modules that get enabled are failing to build on some of the platforms OpenOCD supports, enable only a fixed set that shouldn't cause any issues. We also disable running Jim Tcl tests on distcheck because they never worked (before 85358e479e5bbf295a5aaf743f3c29a5e1a4fd1c Jim commit) but didn't break Jenkins build; with newer version they're getting run and fail due to limited permissions for filesystem and networking operations. Change-Id: I0b6c6a00bf2cf0902bbb01c9c0224fe93c74ac94 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/3700 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 69077f8..930a307 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,10 @@ AUTOMAKE_OPTIONS = gnu 1.6
# make sure we pass the correct jimtcl flags to distcheck
DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim
+# do not run Jim Tcl tests (esp. during distcheck)
+check-recursive:
+ @true
+
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \
contrib/libdcc/dcc_stdio.h \