* binutils-all/objcopy.exp: Initialise $test_prog to
testprog.exe on mingw targeted systems too.
This commit is contained in:
parent
fbf18a5ce9
commit
bd7421f06a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-06-29 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* binutils-all/objcopy.exp: Initialise $test_prog to
|
||||
testprog.exe on mingw targeted systems too.
|
||||
|
||||
2003-06-28 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* binutils-all/windres/checkbox.rc: New 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"
|
||||
|
|
Loading…
Reference in a new issue