buildroot/boot
Fabrice Fontaine 315a591532 boot/shim: force arm mode instead of Thumb mode
Use OPTIMIZATIONS parameter to pass -marm to fix the following build
failure in Thumb mode:

/tmp/ccEjPM4h.s:941: Error: selected processor does not support `mrc p15,0,r2,c9,c13,0' in Thumb mode

CFLAGS can't be overridden as it is defined as:
CFLAGS		= $(FEATUREFLAGS) \
		  $(OPTIMIZATIONS) \
		  $(WARNFLAGS) \
		  $(if $(findstring clang,$(CC)),$(CLANG_WARNINGS)) \
		  $(ARCH_CFLAGS) \
		  $(WERRFLAGS) \
		  $(INCLUDES) \
		  $(DEFINES)

Fixes:
 - http://autobuild.buildroot.org/results/580156f89cfd72122fef07aa2fe37b4fdd4c316b
 - http://autobuild.buildroot.org/results/8980c0f422516c7263d8d0c9cc6123f30c4b7ee4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 66a202325a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-03-18 14:26:23 +01:00
..
afboot-stm32 boot/afboot-stm32: disable stack-protector 2023-02-08 16:54:35 +01:00
arm-trusted-firmware boot/arm-trusted-firmware: fix fiptool linking issue on hosts without openssl 2024-01-05 08:29:55 +01:00
at91bootstrap boot/at91bootstrap: disable PIE and stack-protector build flags 2023-10-13 12:23:35 +02:00
at91bootstrap3 boot/at91bootstrap3: add svn repository method 2021-12-30 17:36:45 +01:00
at91dataflashboot boot/at91dataflashboot: force arm mode instead of Thumb mode 2023-09-10 23:36:11 +02:00
barebox boot/barebox: explicitly set the timezone for the kbuild timestamp 2023-02-06 11:57:08 +01:00
beaglev-ddrinit package/beaglev-ddrinit: update to latest 8d6318 2022-07-25 22:52:20 +02:00
beaglev-secondboot package/beaglev-secondboot: bump to version e17302 2022-07-26 00:11:13 +02:00
binaries-marvell boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
boot-wrapper-aarch64 package: replace git:// URLs with https:// URLs where possible 2022-04-02 19:21:57 +02:00
edk2 boot/edk2: unset MAKEFLAGS in build environment 2024-01-10 21:08:33 +01:00
grub2 boot/grub2: backport fixes for numerous CVEs 2023-09-13 22:26:17 +02:00
lpc32xxcdl boot/lpc32xxcdl: rename patches with the proper naming convention 2021-12-11 20:48:58 +01:00
mv-ddr-marvell boot/mv-ddr-marvell: fix build with gcc 12 2023-09-12 08:22:28 +02:00
mxs-bootlets boot/mxs-bootlets: fix build without any bootstream 2023-02-27 17:03:15 +01:00
opensbi boot/opensbi: fix build with empty OPENSBI_PLAT 2023-02-22 15:55:33 +01:00
optee-os boot/optee-os: rewrap Config.in help text to fix check-package warning 2023-02-06 14:19:30 +01:00
s500-bootloader boot, package, support, toolchain: switch to 2 spaces for the hash file 2022-07-28 23:05:23 +02:00
shim boot/shim: force arm mode instead of Thumb mode 2024-03-18 14:26:23 +01:00
syslinux boot/syslinux: carry fix for build failures with binutils 2.31+ 2024-02-28 17:37:11 +01:00
ti-k3-r5-loader boot/ti-k3-r5-loader: drop bogus TI_K3_R5_LOADER_BOARD 2023-01-04 17:53:50 +01:00
uboot boot/uboot: add host-python-pylibfdt dependency if needed 2023-09-10 23:15:37 +02:00
vexpress-firmware support/download: change format of archives generated from git 2021-01-10 22:06:58 +01:00
common.mk Fix build reproducibility in Make 3.82 2013-09-06 23:27:42 +02:00
Config.in boot/gummiboot: remove package 2023-02-06 22:40:10 +01:00