We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e121dcf + cf1242c commit 49249eaCopy full SHA for 49249ea
library/std/build.rs
@@ -107,7 +107,6 @@ fn main() {
107
("csky", _) => false,
108
("hexagon", _) => false,
109
("loongarch64", _) => false,
110
- ("mips" | "mips64" | "mips32r6" | "mips64r6", _) => false,
111
("powerpc" | "powerpc64", _) => false,
112
("sparc" | "sparc64", _) => false,
113
("wasm32" | "wasm64", _) => false,
0 commit comments