mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 11:33:45 +08:00
ld/testsuite: skip ld-elf/exclude when -shared is not supported
ld/ChangeLog: * testsuite/ld-elf/exclude.exp: Call check_shared_lib_support. to skip for all targets without shared lib support.
This commit is contained in:
parent
05bb930a05
commit
13b87bbf0d
@ -26,8 +26,8 @@ if ![is_elf_format] {
|
||||
return
|
||||
}
|
||||
|
||||
# No shared lib support on this target.
|
||||
if { [istarget "mcore-*-*"] } {
|
||||
# Skip targets where -shared is not supported
|
||||
if { ![check_shared_lib_support] } {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user