* gcc.dg/vmx/vmx.exp: Disable tests for eabispe.

From-SVN: r85331
This commit is contained in:
Aldy Hernandez 2004-07-30 13:51:12 +00:00 committed by Aldy Hernandez
parent 3a15f566e9
commit 0a925a32e2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-30 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
2004-07-30 Richard Sandiford <rsandifo@redhat.com>
* lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already

View File

@ -21,7 +21,8 @@ load_lib gcc-dg.exp
# Skip these tests for non-PowerPC targets and for Aix, where AltiVec
# is not yet supported.
if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]} {
if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]
|| [istarget powerpc*-*eabispe*] } {
return
}