mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
ld/testsuite: add aarch64nto to ld-aarch64
ld/ChangeLog: * testsuite/ld-aarch64/aarch64-elf.exp: Add support for aarch64nto.
This commit is contained in:
parent
b119512977
commit
7dedc6daab
@ -66,6 +66,9 @@ proc aarch64_choose_lp64_emul {} {
|
||||
}
|
||||
return "aarch64linux"
|
||||
}
|
||||
if [istarget *nto*] then {
|
||||
return "aarch64nto"
|
||||
}
|
||||
if [istarget aarch64_be-*] {
|
||||
return "aarch64elfb"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user