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

i686-unknown-redox is supported by stage0 now

parent 2d42509f
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,6 @@ pub struct Finder { ...@@ -34,7 +34,6 @@ pub struct Finder {
// Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap). // Targets can be removed from this list once they are present in the stage0 compiler (usually by updating the beta compiler of the bootstrap).
const STAGE0_MISSING_TARGETS: &[&str] = &[ const STAGE0_MISSING_TARGETS: &[&str] = &[
// just a dummy comment so the list doesn't get onelined // just a dummy comment so the list doesn't get onelined
"i686-unknown-redox",
"riscv64gc-unknown-redox", "riscv64gc-unknown-redox",
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment