Only run tests for PE type x86 targets.

This commit is contained in:
Nick Clifton 2002-11-07 08:36:04 +00:00
parent 232e7cb82c
commit 3d198be3d5
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-11-07 Nick Clifton <nickc@redhat.com>
* ld-fastcall/fastcall.exp: Only run tests for PE type x86
targets.
2002-11-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* ld-sh/rd-sh.exp: Set asflags_save always.

View File

@ -24,9 +24,7 @@ if {![istarget "i*86-*-*"]} {
if {![istarget "i*86-*-*pe*"] \
&& ![istarget "i*86-*-cygwin*"] \
&& ![istarget "i*86-*-mingw32*"] } {
set target_xfail "yes"
} else {
set target_xfail "no"
return
}
set ldflags ""