From: Ximin Luo Date: Fri, 7 May 2021 19:38:03 +0000 (+0100) Subject: refresh patch X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=777e48bbdedaa84b1f9c16aca5355c7c3585118d;p=rustc.git refresh patch --- diff --git a/debian/patches/d-i686-baseline.patch b/debian/patches/d-i686-baseline.patch index b835586bbe..28de1e43ad 100644 --- a/debian/patches/d-i686-baseline.patch +++ b/debian/patches/d-i686-baseline.patch @@ -8,4 +8,4 @@ + base.cpu = "pentiumpro".to_string(); base.max_atomic_width = Some(64); base.pre_link_args.get_mut(&LinkerFlavor::Gcc).unwrap().push("-m32".to_string()); - base.stack_probes = StackProbeType::InlineOrCall { min_llvm_version_for_inline: (11, 0, 1) }; + // don't use probe-stack=inline-asm until rust#83139 and rust#84667 are resolved