Commit 0a925a32 by Aldy Hernandez Committed by Aldy Hernandez

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

From-SVN: r85331
parent 3a15f566
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> 2004-07-30 Richard Sandiford <rsandifo@redhat.com>
* lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already * lib/g++.exp (g++_link_flags): Check whether LD_LIBRARY_PATH already
......
...@@ -21,7 +21,8 @@ load_lib gcc-dg.exp ...@@ -21,7 +21,8 @@ load_lib gcc-dg.exp
# Skip these tests for non-PowerPC targets and for Aix, where AltiVec # Skip these tests for non-PowerPC targets and for Aix, where AltiVec
# is not yet supported. # is not yet supported.
if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]} { if {![istarget powerpc*-*-*] || [istarget powerpc*-*-aix*]
|| [istarget powerpc*-*eabispe*] } {
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment