Commit 6acae78f by Richard Guenther Committed by Richard Biener

re PR ada/30560 (gnatchop behaves differently dependend on argv[0] -- make check-ada fails)

2007-01-23  Richard Guenther  <rguenther@suse.de>

	PR testsuite/30560
	* ada/acats/run_acats: Do not call gnatmake or gnatchop
	with full path.

From-SVN: r121083
parent 5305be7e
2007-01-23 Richard Guenther <rguenther@suse.de>
PR testsuite/30560
* ada/acats/run_acats: Do not call gnatmake or gnatchop
with full path.
2007-01-22 Richard Guenther <rguenther@suse.de> 2007-01-22 Richard Guenther <rguenther@suse.de>
PR tree-optimization/30038 PR tree-optimization/30038
...@@ -40,7 +40,7 @@ echo '#!/bin/sh' > host_gnatchop ...@@ -40,7 +40,7 @@ echo '#!/bin/sh' > host_gnatchop
echo PATH=`dirname $host_gnatchop`:'$PATH' >> host_gnatchop echo PATH=`dirname $host_gnatchop`:'$PATH' >> host_gnatchop
echo unset ADA_INCLUDE_PATH ADA_OBJECTS_PATH GCC_EXEC_PREFIX >> host_gnatchop echo unset ADA_INCLUDE_PATH ADA_OBJECTS_PATH GCC_EXEC_PREFIX >> host_gnatchop
echo export PATH >> host_gnatchop echo export PATH >> host_gnatchop
echo exec $host_gnatchop '"$@"' >> host_gnatchop echo exec gnatchop '"$@"' >> host_gnatchop
chmod +x host_gnatchop chmod +x host_gnatchop
...@@ -48,7 +48,7 @@ echo '#!/bin/sh' > host_gnatmake ...@@ -48,7 +48,7 @@ echo '#!/bin/sh' > host_gnatmake
echo PATH=`dirname $host_gnatmake`:'$PATH' >> host_gnatmake echo PATH=`dirname $host_gnatmake`:'$PATH' >> host_gnatmake
echo unset ADA_INCLUDE_PATH ADA_OBJECTS_PATH GCC_EXEC_PREFIX >> host_gnatmake echo unset ADA_INCLUDE_PATH ADA_OBJECTS_PATH GCC_EXEC_PREFIX >> host_gnatmake
echo export PATH >> host_gnatmake echo export PATH >> host_gnatmake
echo exec $host_gnatmake '"$@"' >> host_gnatmake echo exec gnatmake '"$@"' >> host_gnatmake
chmod +x host_gnatmake chmod +x host_gnatmake
......
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