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 edc3841 commit 652b9ebCopy full SHA for 652b9eb
compiler/rustc_target/src/spec/mod.rs
@@ -3598,6 +3598,7 @@ impl Target {
3598
),
3599
"x86" => (Architecture::I386, None),
3600
"s390x" => (Architecture::S390x, None),
3601
+ "m68k" => (Architecture::M68k, None),
3602
"mips" | "mips32r6" => (Architecture::Mips, None),
3603
"mips64" | "mips64r6" => (
3604
// While there are currently no builtin targets
0 commit comments