Commit 48daddd
Change rustc-abi in custom targets to softfloat
rust-lang/rust#157151 removed the `x86-softfloat` compatibility alias
that was introduced in rust-lang/rust#151154. Nightlies from
2026-07-05 onward reject `"rustc-abi": "x86-softfloat"` with:
invalid rustc abi: 'x86-softfloat'. allowed values:
'x86-sse2', 'powerpc-spe', 'softfloat'
Switch the stage-3 and stage-4 custom JSON target specs to the
canonical `softfloat` value.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent e15118c commit 48daddd
3 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
0 commit comments