]> git.proxmox.com Git - rustc.git/blob - debian/patches/d-i686-baseline.patch
b835586bbe233fd70a72e682e3eed4e71b4b68e2
[rustc.git] / debian / patches / d-i686-baseline.patch
1 --- a/compiler/rustc_target/src/spec/i686_unknown_linux_gnu.rs
2 +++ b/compiler/rustc_target/src/spec/i686_unknown_linux_gnu.rs
3 @@ -2,7 +2,7 @@
4
5 pub fn target() -> Target {
6 let mut base = super::linux_gnu_base::opts();
7 - base.cpu = "pentium4".to_string();
8 + base.cpu = "pentiumpro".to_string();
9 base.max_atomic_width = Some(64);
10 base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m32".to_string());
11 base.stack_probes = StackProbeType::InlineOrCall { min_llvm_version_for_inline: (11, 0, 1) };