Change CPU target back to pentiumpro
This commit is contained in:
parent
ea54b5e244
commit
b8e135a79f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ use crate::spec::{Cc, LinkerFlavor, Lld, StackProbeType, Target, base};
|
|||
|
||||
pub(crate) fn target() -> Target {
|
||||
let mut base = base::redox::opts();
|
||||
base.cpu = "pentium".into();
|
||||
base.cpu = "pentiumpro".into();
|
||||
base.plt_by_default = false;
|
||||
base.max_atomic_width = Some(64);
|
||||
base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m32"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue