From 1297aafb40e2b1eeaf2e695c928f09a91b5ed429 Mon Sep 17 00:00:00 2001 From: oharboe Date: Thu, 13 Nov 2008 08:03:15 +0000 Subject: nios wip git-svn-id: svn://svn.berlios.de/openocd/trunk@1165 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- configure.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index f3414f8c..7ed61b25 100644 --- a/configure.in +++ b/configure.in @@ -63,16 +63,16 @@ AC_ARG_ENABLE(amtjtagaccel, AS_HELP_STRING([--enable-amtjtagaccel], [Enable building the Amontec JTAG-Accelerator driver]), [build_amtjtagaccel=$enableval], [build_amtjtagaccel=no]) +AC_ARG_ENABLE(ecosboard, + AS_HELP_STRING([--enable-ecosboard], [Enable building support for eCosBoard based JTAG debugger]), + [build_ecosboard=$enableval], [build_ecosboard=no]) + case "${host_cpu}" in arm*) AC_ARG_ENABLE(ep93xx, AS_HELP_STRING([--enable-ep93xx], [Enable building support for EP93xx based SBCs]), [build_ep93xx=$enableval], [build_ep93xx=no]) - AC_ARG_ENABLE(ecosboard, - AS_HELP_STRING([--enable-ecosboard], [Enable building support for eCosBoard based JTAG debugger]), - [build_ecosboard=$enableval], [build_ecosboard=no]) - AC_ARG_ENABLE(at91rm9200, AS_HELP_STRING([--enable-at91rm9200], [Enable building support for AT91RM9200 based SBCs]), [build_at91rm9200=$enableval], [build_at91rm9200=no]) @@ -81,7 +81,6 @@ case "${host_cpu}" in *) build_ep93xx=no build_at91rm9200=no - build_ecosboard=no ;; esac -- cgit v1.2.3