summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-26 15:05:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-26 15:05:37 +0000
commit97553d80acb686c8a67430c4993106f0cdf2999a (patch)
tree41f9d772817218070d30a5d1a8a135cb01fba988 /c/src/lib/libbsp/sparc/erc32/tools/runtest.in
parentFinal resolution of this "small" por t number change. (diff)
downloadrtems-97553d80acb686c8a67430c4993106f0cdf2999a.tar.bz2
2008-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* runtest.in: Use target_alias instead of hard-coded target.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/tools/runtest.in')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/tools/runtest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
index 299b6d9425..156081bfe6 100644
--- a/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
+++ b/c/src/lib/libbsp/sparc/erc32/tools/runtest.in
@@ -209,7 +209,7 @@ do
fi
# 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=$!
# Make sure it won't run forever...