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.
1 parent bb6cd84 commit 5e210bdCopy full SHA for 5e210bd
src/lib.rs
@@ -3545,6 +3545,7 @@ impl Build {
3545
"i686-unknown-linux-musl" => Some("musl"),
3546
"i686-unknown-netbsd" => Some("i486--netbsdelf"),
3547
"loongarch64-unknown-linux-gnu" => Some("loongarch64-linux-gnu"),
3548
+ "m68k-unknown-linux-gnu" => Some("m68k-linux-gnu"),
3549
"mips-unknown-linux-gnu" => Some("mips-linux-gnu"),
3550
"mips-unknown-linux-musl" => Some("mips-linux-musl"),
3551
"mipsel-unknown-linux-gnu" => Some("mipsel-linux-gnu"),
0 commit comments