mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-01 05:46:00 +00:00
* ld-fastcall/fastcall.exp: Don't run on i*86-*-openbsd*.
This commit is contained in:
parent
907dcf3f87
commit
19dce67779
@ -1,5 +1,7 @@
|
||||
2005-04-26 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* ld-fastcall/fastcall.exp: Don't run on i*86-*-openbsd*.
|
||||
|
||||
* ld-srec/srec.exp (run_srec_test): Deal with ProPolice on
|
||||
*-*-openbsd*.
|
||||
|
||||
|
@ -21,7 +21,7 @@ if {![istarget "i*86-*-*"]} {
|
||||
return
|
||||
}
|
||||
|
||||
if {![istarget "i*86-*-*pe*"] \
|
||||
if { !([istarget "i*86-*-*pe*"] && ![istarget "i*86-*-opensd*"]) \
|
||||
&& ![istarget "i*86-*-cygwin*"] \
|
||||
&& ![istarget "i*86-*-mingw32*"] } {
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user