We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91a0e16 + 30703af commit 6e7d135Copy full SHA for 6e7d135
library/std/build.rs
@@ -113,7 +113,6 @@ fn main() {
113
// Infinite recursion <https://github.com/llvm/llvm-project/issues/97981>
114
("csky", _) => false,
115
("hexagon", _) => false,
116
- ("loongarch64", _) => false,
117
("powerpc" | "powerpc64", _) => false,
118
("sparc" | "sparc64", _) => false,
119
("wasm32" | "wasm64", _) => false,
0 commit comments