We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea54b5e commit b8e135aCopy full SHA for b8e135a
compiler/rustc_target/src/spec/targets/i586_unknown_redox.rs
@@ -2,7 +2,7 @@ use crate::spec::{Cc, LinkerFlavor, Lld, StackProbeType, Target, base};
2
3
pub(crate) fn target() -> Target {
4
let mut base = base::redox::opts();
5
- base.cpu = "pentium".into();
+ base.cpu = "pentiumpro".into();
6
base.plt_by_default = false;
7
base.max_atomic_width = Some(64);
8
base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m32"]);
0 commit comments