diff options
Diffstat (limited to 'ld/testsuite/ld-selective/selective.exp')
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 7c318ea..d2e4885 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -39,6 +39,11 @@ if {[istarget "alpha*-*-*"]} { return } +# IA64 does not support selective linking +if {[istarget "ia64-*-*"]} { + return +} + # s390 does not support selective linking if {[istarget "s390*-*-*"]} { return |