mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* binutils-all/objcopy.exp: Initialise $test_prog to
testprog.exe on mingw targeted systems too.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user