forked from Imagelibrary/binutils-gdb
* binutils-all/objcopy.exp: Initialise $test_prog to
testprog.exe on mingw targeted systems too.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user