Add i686-unknown-redox target

Co-Authored-By: Jeremy Soller <jackpot51@gmail.com>
This commit is contained in:
bjorn3
2024-06-09 12:38:06 +00:00
parent 60a972db83
commit efa213afad
5 changed files with 33 additions and 0 deletions

View File

@@ -1647,6 +1647,7 @@ supported_targets! {
("x86_64-unknown-l4re-uclibc", x86_64_unknown_l4re_uclibc),
("aarch64-unknown-redox", aarch64_unknown_redox),
("i686-unknown-redox", i686_unknown_redox),
("x86_64-unknown-redox", x86_64_unknown_redox),
("i386-apple-ios", i386_apple_ios),