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 efec545 commit 6aa5f6fCopy full SHA for 6aa5f6f
compiler/rustc_target/src/spec/m68k_unknown_linux_gnu.rs
@@ -2,7 +2,7 @@ use crate::abi::Endian;
2
use crate::spec::{Target, TargetOptions};
3
4
pub fn target() -> Target {
5
- let mut base = super::linux_base::opts();
+ let mut base = super::linux_gnu_base::opts();
6
base.max_atomic_width = Some(32);
7
8
Target {
0 commit comments