Run on sh[34]*-*-linux*.

This commit is contained in:
Nick Clifton 2003-05-13 11:39:58 +00:00
parent 0fcdcb9188
commit 59758b1cc8
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* ld-elfvers/vers.exp: Run on sh[34]*-*-linux*.
* ld-elfvsb/elfvsb.exp: Likewise.
* ld-elfweak/elfweak.exp: Likewise.
2003-05-12 Hans-Peter Nilsson <hp@bitrange.com>
* ld-mmix/b-fixo2.d, ld-mmix/bpo-18.d, ld-mmix/bpo-18m.d,

View File

@ -45,6 +45,7 @@ if { ![istarget hppa*64*-*-hpux*] \
&& ![istarget mips*-*-linux*] \
&& ![istarget alpha*-*-linux*] \
&& ![istarget s390*-*-linux*] \
&& ![istarget sh\[34\]*-*-linux*] \
&& ![istarget x86_64-*-linux*] } {
return
}

View File

@ -34,6 +34,7 @@ if { ![istarget hppa*64*-*-hpux*] \
&& ![istarget alpha*-*-linux*] \
&& ![istarget sparc*-*-linux*] \
&& ![istarget s390*-*-linux*] \
&& ![istarget sh\[34\]*-*-linux*] \
&& ![istarget x86_64-*-linux*] } {
return
}

View File

@ -25,7 +25,9 @@ if ![isnative] then {return}
# This test can only be run on a couple of ELF platforms.
# Square bracket expressions seem to confuse istarget.
# This is similar to the test that is used in ld-shared, BTW.
if { ![istarget hppa*64*-*-hpux*] \
if { ![istarget alpha*-*-linux*] } {
&& ![istarget arm*-*-linux*] \
&& ![istarget hppa*64*-*-hpux*] \
&& ![istarget hppa*-*-linux*] \
&& ![istarget i?86-*-sysv4*] \
&& ![istarget i?86-*-unixware] \
@ -35,15 +37,14 @@ if { ![istarget hppa*64*-*-hpux*] \
&& ![istarget ia64-*-linux*] \
&& ![istarget m68k-*-linux*] \
&& ![istarget mips*-*-irix5*] \
&& ![istarget mips*-*-linux*] \
&& ![istarget powerpc-*-elf*] \
&& ![istarget powerpc-*-linux*] \
&& ![istarget powerpc-*-sysv4*] \
&& ![istarget sh\[34\]*-*-linux*] \
&& ![istarget sparc*-*-elf] \
&& ![istarget sparc*-*-solaris2*] \
&& ![istarget sparc*-*-linux*] \
&& ![istarget arm*-*-linux*] \
&& ![istarget mips*-*-linux*] \
&& ![istarget alpha*-*-linux*] } {
&& ![istarget sparc*-*-linux*] } {
return
}