Skip to content

Commit a93d994

Browse files
committed
try a different wording
1 parent 7b5b27b commit a93d994

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

newsletters/2018-08-2x-psa-cortex-m-breakage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The default linker for the 4 ARM Cortex-M targets listed below has changed from
88
- `thumbv7em-none-eabi`
99
- `thumbv7em-none-eabihf`
1010

11-
This will break the builds of *binaries* and *cdylibs* that are using the
12-
default linker -- that is `-C linker` is not being passed to rustc to change the
13-
linker -- *and* that pass extra flags to the linker using any of these rustc
14-
flags: `-C link-arg`, `-C link-args`, `-Z pre-link-arg` or `-Z pre-link-args`.
15-
Building libraries (`rlib`s and `staticlib`s) is not affected by this change.
11+
This will break the builds of *binaries* and *cdylibs* that were using the
12+
old default linker (`arm-none-eabi-gcc`) *and* additionally pass extra flags to
13+
the linker using any of these rustc flags: `-C link-arg`, `-C link-args`, `-Z
14+
pre-link-arg` or `-Z pre-link-args`. Building libraries (`rlib`s and
15+
`staticlib`s) is not affected by this change.
1616

1717
This change won't affect stable users when it reaches the 1.30 release because,
1818
as of 1.28, it's not possible to build binaries or cdylibs for those targets on

0 commit comments

Comments
 (0)