aboutsummaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 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}])