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

* runtest.in: Change toolname to match 4.8.
This commit is contained in:
Joel Sherrill
2006-11-17 22:46:22 +00:00
parent 3664346e26
commit d89bfb3b78
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.8.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.60. Require automake-1.10. * configure.ac: Require autoconf-2.60. Require automake-1.10.

View File

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