Skip to content
Snippets Groups Projects
Verified Commit ca8bf467 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add i686 redox in a few more places

parent baab3498
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ pub struct Finder { ...@@ -35,6 +35,7 @@ pub struct Finder {
// just a dummy comment so the list doesn't get onelined // just a dummy comment so the list doesn't get onelined
"aarch64-apple-visionos", "aarch64-apple-visionos",
"aarch64-apple-visionos-sim", "aarch64-apple-visionos-sim",
"i686-unknown-redox",
]; ];
impl Finder { impl Finder {
......
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
"i686-unknown-freebsd", "i686-unknown-freebsd",
"i686-unknown-linux-gnu", "i686-unknown-linux-gnu",
"i686-unknown-linux-musl", "i686-unknown-linux-musl",
"i686-unknown-redox",
"i686-unknown-uefi", "i686-unknown-uefi",
"loongarch64-unknown-linux-gnu", "loongarch64-unknown-linux-gnu",
"loongarch64-unknown-none", "loongarch64-unknown-none",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment