mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +00:00
compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base
This makes the m68k arch match the other GNU/Linux based targets.
This commit is contained in:
parent
efec545293
commit
6aa5f6faf3
@ -2,7 +2,7 @@ use crate::abi::Endian;
|
||||
use crate::spec::{Target, TargetOptions};
|
||||
|
||||
pub fn target() -> Target {
|
||||
let mut base = super::linux_base::opts();
|
||||
let mut base = super::linux_gnu_base::opts();
|
||||
base.max_atomic_width = Some(32);
|
||||
|
||||
Target {
|
||||
|
Loading…
Reference in New Issue
Block a user