buildroot/boot/at91dataflashboot
Fabrice Fontaine 9f019825b8 boot/at91dataflashboot: disable stack-protector
Disable stack-protector to avoid the following build failure:

/home/buildroot/autobuild/instance-1/output-1/host/bin/arm-buildroot-linux-gnueabi-ld -T elf32-littlearm.lds -Ttext 0 -n -o DataflashBoot-1.05.out objs/cstartup_ram.o objs/at45.o objs/com.o objs/dataflash.o objs/div0.o objs/init.o objs/main.o objs/stdio.o objs/asm_isr.o objs/jump.o objs/_udivsi3.o objs/_umodsi3.o objs/led.o
/home/buildroot/autobuild/instance-1/output-1/host/bin/arm-buildroot-linux-gnueabi-ld: objs/main.o: in function `main':
main.c:(.text.startup+0x834): undefined reference to `__stack_chk_guard'

Fixes:
 - http://autobuild.buildroot.org/results/502c54be4978e628724d72ee2a75d4c5e0a6ace8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit d868d09d3a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-03-05 18:21:52 +01:00
..
0001-do-not-install.patch boot/at91dataflashboot: rename patches with the proper naming convention 2021-12-11 20:48:58 +01:00
0002-eabi-fixes.patch boot/at91dataflashboot: rename patches with the proper naming convention 2021-12-11 20:48:58 +01:00
Config.in boot/at91dataflashboot: disable on armeb 2022-06-09 22:49:09 +02:00
at91dataflashboot.hash package/at91dataflashboot: add hash file 2016-06-19 21:11:25 +02:00
at91dataflashboot.mk boot/at91dataflashboot: disable stack-protector 2023-03-05 18:21:52 +01:00