* binutils-all/objcopy.exp: Initialise $test_prog to

testprog.exe on mingw targeted systems too.
This commit is contained in:
Danny Smith
2003-06-28 23:27:42 +00:00
parent fbf18a5ce9
commit bd7421f06a
2 changed files with 6 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ strip_test_with_saving_a_symbol
# Build a final executable.
if { [istarget *-*-cygwin] } {
if { [istarget *-*-cygwin] || [istarget *-*-mingw32] } {
set test_prog "testprog.exe"
} else {
set test_prog "testprog"