mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* ld-elf/exclude.exp: Don't run for cris-*-elf.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user