diff options
Diffstat (limited to 'ld/testsuite/ld-sparc')
-rw-r--r-- | ld/testsuite/ld-sparc/sparc.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-sparc/sparc.exp b/ld/testsuite/ld-sparc/sparc.exp index e4840db..aa4c869 100644 --- a/ld/testsuite/ld-sparc/sparc.exp +++ b/ld/testsuite/ld-sparc/sparc.exp @@ -88,6 +88,8 @@ set sparc64tests { if { ![istarget "sparc64-*-elf*"] } { run_ld_link_tests $sparctests } -if { ![istarget "sparc-*-elf*"] } { +if { !([istarget "sparc-*-elf*"] + || [istarget "sparc-sun-solaris2.5*"] + || [istarget "sparc-sun-solaris2.6"]) } { run_ld_link_tests $sparc64tests } |