summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/testsuite/ld-aarch64/aarch64-elf.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/aarch64-elf.exp b/ld/testsuite/ld-aarch64/aarch64-elf.exp
index a6c2862a159..48c8c12ef8f 100644
--- a/ld/testsuite/ld-aarch64/aarch64-elf.exp
+++ b/ld/testsuite/ld-aarch64/aarch64-elf.exp
@@ -66,6 +66,9 @@ proc aarch64_choose_lp64_emul {} {
}
return "aarch64linux"
}
+ if [istarget *nto*] then {
+ return "aarch64nto"
+ }
if [istarget aarch64_be-*] {
return "aarch64elfb"
}