diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/readelf.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/readelf.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/readelf.exp b/binutils/testsuite/binutils-all/readelf.exp index bd00da0..66b6e22 100644 --- a/binutils/testsuite/binutils-all/readelf.exp +++ b/binutils/testsuite/binutils-all/readelf.exp @@ -230,8 +230,8 @@ if { ![istarget *-*-elf*] \ return } -if { [istarget *-*-linuxoldld*] \ - || [istarget *-*-linuxaout*] } { +if { [istarget *-*-linux*oldld*] \ + || [istarget *-*-linux*aout*] } { verbose "$READELF is only intended for ELF targets" 2 return } |