buildroot/boot/afboot-stm32
Thomas Petazzoni cf5206ea98 boot/afboot-stm32: add patch fixing build issue with recent binutils
The afboot-stm32 build system was initially linking with gcc, but that
was changed upstream following a Buildroot contribution to use ld
instead.

However, the build system was still passing -nostartfiles, which is a
gcc option. By luck, this option was simply ignored by older versions
of ld (such as binutils 2.32), but newer versions of ld (2.36 and
newer, at least) no longer accept/ignore this option.

This commit adds a patch that drops the use of this option, since it
is useless for ld.

The first patch is slightly updated because the upstream pull request
has been updated to contain both build fixes.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-04-28 23:45:07 +02:00
..
0001-Pass-fno-builtin-to-fix-build-with-gcc-10.patch boot/afboot-stm32: add patch fixing build issue with recent binutils 2022-04-28 23:45:07 +02:00
0002-Makefile-drop-nostartfiles.patch boot/afboot-stm32: add patch fixing build issue with recent binutils 2022-04-28 23:45:07 +02:00
afboot-stm32.hash boot/afboot-stm32: upgrade version 2021-12-17 22:58:11 +01:00
afboot-stm32.mk boot/afboot-stm32: upgrade version 2021-12-17 22:58:11 +01:00
Config.in boot/afboot-stm32: upgrade version 2021-12-17 22:58:11 +01:00