mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-25 22:04:07 +08:00
libjava.exp (test_libjava_from_source): Append .exe to executable names.
2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com> * testsuite/lib/libjava.exp (test_libjava_from_source): Append .exe to executable names. If no suffix is present, then ".exe" is added by default on win32. Harmless elsewhere so always do it. From-SVN: r53143
This commit is contained in:
parent
935bfb44f5
commit
1c177c1816
@ -1,3 +1,10 @@
|
||||
2002-05-04 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
|
||||
* testsuite/lib/libjava.exp (test_libjava_from_source):
|
||||
Append .exe to executable names. If no suffix is present,
|
||||
then ".exe" is added by default on win32. Harmless
|
||||
elsewhere so always do it.
|
||||
|
||||
2002-05-03 David Billinghurst <David.Billinghurst@riotinto.com>
|
||||
Tom Tromey <tromey@redhat.com>
|
||||
|
||||
|
@ -452,6 +452,7 @@ proc test_libjava_from_source { options srcfile compile_args inpfile resultfile
|
||||
append executable ".o"
|
||||
set target object
|
||||
} else {
|
||||
append executable ".exe"
|
||||
set target executable
|
||||
}
|
||||
if { $compile_args != "" } {
|
||||
|
Loading…
Reference in New Issue
Block a user