* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1

and Solaris 2.6.
This commit is contained in:
Eric Botcazou 2006-01-31 23:49:32 +00:00
parent dc669dc848
commit ca6d06e538
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
and Solaris 2.6.
2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
PR ld/2218

View File

@ -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
}