aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>2016-12-14 01:33:17 +0100
committerTomas Vanek <vanekt@fbl.cz>2019-06-04 21:48:39 +0100
commit8b9560349fb78887d8e353e20b303966d9ac2d1b (patch)
treeae6719df8f8a73cecdecd9ce2d38056126f3e900 /configure.ac
parenteea508d9afa184684bf5a4e2788b6cd4b5fdc9ab (diff)
downloadriscv-openocd-8b9560349fb78887d8e353e20b303966d9ac2d1b.zip
riscv-openocd-8b9560349fb78887d8e353e20b303966d9ac2d1b.tar.gz
riscv-openocd-8b9560349fb78887d8e353e20b303966d9ac2d1b.tar.bz2
Convert DEBUG_JTAG_IO to LOG_DEBUG_IO
Change-Id: Ifee9723a57fea93a7022be3299f69680860f236b Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-on: http://openocd.zylin.com/3910 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 52844fe..9991dc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,6 @@ AC_ARG_ENABLE([werror],
[gcc_werror=$enableval], [gcc_werror=$gcc_warnings])
# set default verbose options, overridden by following options
-debug_jtag_io=no
debug_usb_io=no
debug_usb_comms=no
@@ -180,16 +179,10 @@ AC_ARG_ENABLE([verbose],
AS_HELP_STRING([--enable-verbose],
[Enable verbose JTAG I/O messages (for debugging).]),
[
- debug_jtag_io=$enableval
debug_usb_io=$enableval
debug_usb_comms=$enableval
], [])
-AC_ARG_ENABLE([verbose_jtag_io],
- AS_HELP_STRING([--enable-verbose-jtag-io],
- [Enable verbose JTAG I/O messages (for debugging).]),
- [debug_jtag_io=$enableval], [])
-
AC_ARG_ENABLE([verbose_usb_io],
AS_HELP_STRING([--enable-verbose-usb-io],
[Enable verbose USB I/O messages (for debugging)]),
@@ -200,12 +193,6 @@ AC_ARG_ENABLE([verbose_usb_comms],
[Enable verbose USB communication messages (for debugging)]),
[debug_usb_comms=$enableval], [])
-AC_MSG_CHECKING([whether to enable verbose JTAG I/O messages]);
-AC_MSG_RESULT([$debug_jtag_io])
-AS_IF([test "x$debug_jtag_io" = "xyes"], [
- AC_DEFINE([_DEBUG_JTAG_IO_],[1], [Print verbose JTAG I/O messages])
-])
-
AC_MSG_CHECKING([whether to enable verbose USB I/O messages]);
AC_MSG_RESULT([$debug_usb_io])
AS_IF([test "x$debug_usb_io" = "xyes"], [