2006-11-17 Joel Sherrill <joel@OARcorp.com>

* runtest.in: Change toolname to match 4.7.
This commit is contained in:
Joel Sherrill
2006-11-17 22:45:28 +00:00
parent b066112982
commit 88b86cb55a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-11-17 Joel Sherrill <joel@OARcorp.com>
* runtest.in: Change toolname to match 4.7.
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.

View File

@@ -199,7 +199,7 @@ do
fi
# Spin off the simulator in the background
sparc-rtems-sis $extra_options -c ${scriptfile} >${logfile}.tmp &
sparc-rtems4.7-sis $extra_options -c ${scriptfile} >${logfile}.tmp &
sim_pid=$!
# Make sure it won't run forever...