* ld-elf/exclude.exp: Don't run for cris-*-elf.

This commit is contained in:
Hans-Peter Nilsson 2004-10-19 05:02:49 +00:00
parent 1c5a9c8047
commit cad5e2c2ac
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2004-10-19 Hans-Peter Nilsson <hp@bitrange.com>
* ld-elf/exclude.exp: Don't run for cris-*-elf.
2004-10-16 Daniel Jacobowitz <dan@debian.org>
* ld-elf/exclude1.s, ld-elf/exclude2.s, ld-elf/exclude.exp: New.

View File

@ -23,8 +23,8 @@ if ![is_elf_format] {
return
}
# No shared lib support on this target.
if { [istarget "mcore-*-*"] } {
# No shared lib support on these targets.
if { [istarget "mcore-*-*"] || [istarget "cris-*-elf"] } {
return
}