Add new target: x86_64-unknown-none-elf

This commit is contained in:
Mike Leany
2021-09-17 23:03:59 -06:00
parent 5728bd64b4
commit 8aad5f45d5
2 changed files with 31 additions and 0 deletions

View File

@@ -954,6 +954,8 @@ supported_targets! {
("armv6k-nintendo-3ds", armv6k_nintendo_3ds),
("armv7-unknown-linux-uclibceabihf", armv7_unknown_linux_uclibceabihf),
("x86_64-unknown-none-elf", x86_64_unknown_none_elf),
}
/// Warnings encountered when parsing the target `json`.