File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ The default linker for the 4 ARM Cortex-M targets listed below has changed from
8
8
- ` thumbv7em-none-eabi `
9
9
- ` thumbv7em-none-eabihf `
10
10
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.
16
16
17
17
This change won't affect stable users when it reaches the 1.30 release because,
18
18
as of 1.28, it's not possible to build binaries or cdylibs for those targets on
You can’t perform that action at this time.
0 commit comments