aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStephen Twigg <sdtwigg@eecs.berkeley.edu>2013-05-22 19:12:28 -0700
committerStephen Twigg <sdtwigg@eecs.berkeley.edu>2013-05-22 19:12:28 -0700
commitf619a02f9fd816f4a438f2c389b6416da9e42cdd (patch)
treee09d3bf8d459c68cc5cf789295e5e6dcd5f8a0fd /configure
parent276c20be4c55119e8689a40e157a3a31d2be7673 (diff)
downloadriscv-pk-f619a02f9fd816f4a438f2c389b6416da9e42cdd.zip
riscv-pk-f619a02f9fd816f4a438f2c389b6416da9e42cdd.tar.gz
riscv-pk-f619a02f9fd816f4a438f2c389b6416da9e42cdd.tar.bz2
properly search for the new isa simulator (spike)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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