From f619a02f9fd816f4a438f2c389b6416da9e42cdd Mon Sep 17 00:00:00 2001 From: Stephen Twigg Date: Wed, 22 May 2013 19:12:28 -0700 Subject: [PATCH] properly search for the new isa simulator (spike) --- aclocal.m4 | 2 +- configure | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 254eb82..2bc0669 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -120,7 +120,7 @@ AC_DEFUN([MCPPBS_PROG_RUN], [ AS_IF([ test "${build}" != "${host}" ], [ - AC_CHECK_TOOLS([RUN],[isa-run run],[no]) + AC_CHECK_TOOLS([RUN],[spike],[no]) AS_IF([ test ${RUN} = "no" ], [ AC_MSG_ERROR([Cannot find simulator for target ${target_alias}]) diff --git a/configure b/configure index 73562af..cba1aa6 100755 --- a/configure +++ b/configure @@ -3447,7 +3447,7 @@ fi if test "${build}" != "${host}" ; then : if test -n "$ac_tool_prefix"; then - for ac_prog in isa-run run + for ac_prog in spike do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 @@ -3491,7 +3491,7 @@ fi fi if test -z "$RUN"; then ac_ct_RUN=$RUN - for ac_prog in isa-run run + for ac_prog in spike do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2