File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ to use these flags.
52
52
53
53
<div class =" warning " >
54
54
55
- Never use the ` -fpregs ` * target-feature* with these ` eabihf ` targets
55
+ Never use the ` -fpregs ` * target-feature* with the ` thumbv7em-none- eabihf` target
56
56
as it will cause compilation units to have different ABIs, which is unsound.
57
57
58
58
</div >
Original file line number Diff line number Diff line change @@ -76,8 +76,9 @@ to use these flags.
76
76
77
77
<div class =" warning " >
78
78
79
- Never use the ` -fpregs ` * target-feature* with these ` eabihf ` targets
80
- as it will cause compilation units to have different ABIs, which is unsound.
79
+ Never use the ` -fpregs ` * target-feature* with the ` thumbv8m.main-none-eabihf `
80
+ target as it will cause compilation units to have different ABIs, which is
81
+ unsound.
81
82
82
83
</div >
83
84
You can’t perform that action at this time.
0 commit comments