Commit 49f8e94b by David Billinghurst Committed by David Billinghurst

libjava.exp (test_libjava_from_source): Add comment explaining last patch.

2002-05-06  David.Billinghurst  <David.Billinghurst@riotinto.com>

	* testsuite/lib/libjava.exp (test_libjava_from_source):
	Add comment explaining last patch.

From-SVN: r53201
parent 639e8b0c
2002-05-06 David.Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libjava.exp (test_libjava_from_source):
Add comment explaining last patch
2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com> 2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com>
* testsuite/lib/libjava.exp (test_libjava_from_source): * testsuite/lib/libjava.exp (test_libjava_from_source):
......
...@@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile ...@@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
append executable ".o" append executable ".o"
set target object set target object
} else { } else {
# DOS/win32 targets default to .exe if no suffix is given
# We then try to delete a file that doesn't exist. It is
# simpler to add the suffix everywhere.
append executable ".exe" append executable ".exe"
set target executable set target executable
} }
......
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