diff options
-rw-r--r-- | binutils/testsuite/lib/binutils-common.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/lib/binutils-common.exp b/binutils/testsuite/lib/binutils-common.exp index bf291d7..ebc4c73 100644 --- a/binutils/testsuite/lib/binutils-common.exp +++ b/binutils/testsuite/lib/binutils-common.exp @@ -473,7 +473,7 @@ proc supports_dt_relr {} { if { ([istarget x86_64-*-*] || [istarget i?86-*-*] || [istarget powerpc64*-*-*] - || [istarget aarch64*-*-*]) + || ([istarget aarch64*-*-*] && ![istarget *-*-*ilp32])) && ([istarget *-*-linux*] || [istarget *-*-gnu*]) } { return 1 |