run_all.sh: Define $target variable.

* ada/acats/run_all.sh: Define $target variable.

Co-Authored-By: Ulrich Weigand <uweigand@de.ibm.com>

From-SVN: r81201
This commit is contained in:
Laurent GUERBY 2004-04-26 21:15:54 +00:00 committed by Ulrich Weigand
parent 488061c8bd
commit 0c04dd0ded
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-04-24 Laurent GUERBY <laurent@guerby.net>
Ulrich Weigand <uweigand@de.ibm.com>
* ada/acats/run_all.sh: Define $target variable.
2004-04-26 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/15119

View File

@ -71,10 +71,12 @@ rm -f $dir/acats.sum $dir/acats.log
display " === acats configuration ==="
target=`$GCC -dumpmachine`
display target gcc is $GCC
display `$GCC -v 2>&1`
display host=`gcc -dumpmachine`
display target=`$GCC -dumpmachine`
display target=$target
display `type gnatmake`
gnatls -v >> $dir/acats.log
display ""