Skip to content

Commit b8e135a

Browse files
authored
Change CPU target back to pentiumpro
1 parent ea54b5e commit b8e135a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/i586_unknown_redox.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::spec::{Cc, LinkerFlavor, Lld, StackProbeType, Target, base};
22

33
pub(crate) fn target() -> Target {
44
let mut base = base::redox::opts();
5-
base.cpu = "pentium".into();
5+
base.cpu = "pentiumpro".into();
66
base.plt_by_default = false;
77
base.max_atomic_width = Some(64);
88
base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m32"]);

0 commit comments

Comments
 (0)