support_dt_relr aarch64

Tweak commit db335d7e0a so that support_dt_relr returns false for
aarch64*-*-*ilp32.
This commit is contained in:
Alan Modra
2024-06-11 20:27:05 +09:30
parent bb2981798f
commit 9dc9a56ebc

View File

@@ -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