Skip to content

Commit 62f1929

Browse files
Add uefi aarch64 target to the target spec
1 parent a6f1655 commit 62f1929

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_target/src/spec

1 file changed

+1
-0
lines changed

compiler/rustc_target/src/spec/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ supported_targets! {
917917

918918
("x86_64-unknown-uefi", x86_64_unknown_uefi),
919919
("i686-unknown-uefi", i686_unknown_uefi),
920+
("x86_64-unknown-uefi", x86_64_unknown_uefi),
920921

921922
("nvptx64-nvidia-cuda", nvptx64_nvidia_cuda),
922923

0 commit comments

Comments
 (0)