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:
unknown 2021-05-16 13:28:16 +10:00 committed by Andy-Python-Programmer
parent ac8c3bfffb
commit 44b81fb8fc
No known key found for this signature in database
GPG key ID: 80E0357347554B89
3 changed files with 29 additions and 0 deletions

View file

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