Commit 0c04dd0d by Laurent GUERBY Committed by Ulrich Weigand

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
parent 488061c8
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
......
......@@ -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 ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment