2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* runtest.in: Use target_alias instead of hard-coded target.
This commit is contained in:
Joel Sherrill
2008-09-26 15:05:37 +00:00
parent ac337bc053
commit 97553d80ac
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Use target_alias instead of hard-coded target.
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com> 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Work on .exe and .ralf files. * runtest.in: Work on .exe and .ralf files.

View File

@@ -209,7 +209,7 @@ do
fi fi
# Spin off the simulator in the background # Spin off the simulator in the background
sparc-rtems4.9-sis $extra_options -c ${scriptfile} >${logfile}.tmp & @target_alias@-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...