Skip to content

Commit

Permalink
Auto merge of #137395 - cuviper:beta-next, r=cuviper
Browse files Browse the repository at this point in the history
[beta] stage0 update and a backport

- bump stage0 to 1.85.0
- Remove SSE ABI from i586-pc-windows-msvc #137149

r? cuviper
  • Loading branch information
bors committed Feb 24, 2025
2 parents f0cb410 + fc02174 commit b678aab
Show file tree
Hide file tree
Showing 2 changed files with 360 additions and 465 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::spec::Target;

pub(crate) fn target() -> Target {
let mut base = super::i686_pc_windows_msvc::target();
base.rustc_abi = None; // overwrite the SSE2 ABI set by the base target
base.cpu = "pentium".into();
base.llvm_target = "i586-pc-windows-msvc".into();
base
Expand Down
Loading

0 comments on commit b678aab

Please sign in to comment.