* ld-fastcall/fastcall.exp: Don't run on i*86-*-openbsd*.

This commit is contained in:
Mark Kettenis 2005-04-26 19:11:14 +00:00
parent 907dcf3f87
commit 19dce67779
2 changed files with 3 additions and 1 deletions

View File

@ -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*.

View File

@ -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