mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 23:10:56 +08:00
* gcc.dg/vmx/vmx.exp: Disable tests for eabispe.
From-SVN: r85331
This commit is contained in:
parent
3a15f566e9
commit
0a925a32e2
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user