We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 581e741 + b0692a6 commit 18c16b5Copy full SHA for 18c16b5
compiler/rustc_target/src/spec/m68k_unknown_linux_gnu.rs
@@ -3,6 +3,7 @@ use crate::spec::{Target, TargetOptions};
3
4
pub fn target() -> Target {
5
let mut base = super::linux_gnu_base::opts();
6
+ base.cpu = "M68020".into();
7
base.max_atomic_width = Some(32);
8
9
Target {
0 commit comments