diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rwxr-xr-x | gcc/testsuite/ada/acats/run_all.sh | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8760c5f..47fdd8a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/ada/acats/run_all.sh b/gcc/testsuite/ada/acats/run_all.sh index 4298868..b317aa7 100755 --- a/gcc/testsuite/ada/acats/run_all.sh +++ b/gcc/testsuite/ada/acats/run_all.sh @@ -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 "" |
