diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2002-05-05 23:19:06 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2002-05-05 23:19:06 +0000 |
commit | 49f8e94b6b09740703b9410dbd6efc2bd14a19e6 (patch) | |
tree | 3d4105b1e3a1031911d536861df7e77cd0e64f25 | |
parent | 639e8b0c74657bde548f374fe887cb2eb7a9ce9c (diff) | |
download | gcc-49f8e94b6b09740703b9410dbd6efc2bd14a19e6.zip gcc-49f8e94b6b09740703b9410dbd6efc2bd14a19e6.tar.gz gcc-49f8e94b6b09740703b9410dbd6efc2bd14a19e6.tar.bz2 |
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
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rw-r--r-- | libjava/testsuite/lib/libjava.exp | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index b6fd754..68e38ec 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +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> * testsuite/lib/libjava.exp (test_libjava_from_source): diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index f5bafd4..fb23a71 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -452,6 +452,9 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile append executable ".o" set target object } 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" set target executable } |