diff options
Diffstat (limited to 'ld/testsuite/ld-sh/sh.exp')
-rw-r--r-- | ld/testsuite/ld-sh/sh.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-sh/sh.exp b/ld/testsuite/ld-sh/sh.exp index 38b6e73..d3bf8c8 100644 --- a/ld/testsuite/ld-sh/sh.exp +++ b/ld/testsuite/ld-sh/sh.exp @@ -25,7 +25,8 @@ if ![istarget sh*-*-*] { return } -if [istarget sh64-*-elf] { +if { ([istarget sh64-*-elf] + || [istarget sh64*-*-linux*])} { # relaxing not supported on sh64 yet. return } |