Add the aarch64-unknown-uefi target
* This commit adds the aarch64-unknown-uefi target and also adds it into the supported targets list under the tier-3 target table. * Uses the small code model by default Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
This commit is contained in:
parent
ac8c3bfffb
commit
44b81fb8fc
3 changed files with 29 additions and 0 deletions
|
@ -917,6 +917,7 @@ supported_targets! {
|
|||
|
||||
("x86_64-unknown-uefi", x86_64_unknown_uefi),
|
||||
("i686-unknown-uefi", i686_unknown_uefi),
|
||||
("aarch64-unknown-uefi", aarch64_unknown_uefi),
|
||||
|
||||
("nvptx64-nvidia-cuda", nvptx64_nvidia_cuda),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue