armvirt: disable LD dead code elimination on ARM32
authorMathew McBride <matt@traverse.com.au>
Wed, 28 Sep 2022 05:47:30 +0000 (15:47 +1000)
committerPetr Štetiar <ynezz@true.cz>
Tue, 13 Jun 2023 12:12:24 +0000 (14:12 +0200)
commit3f72d24a04f28c3e7bdf625dc4a9d6771ff0a2dd
tree27ad775488e001e6572f1af02fee598641e312ea
parent7c223a881f93cb5e8e68fe8b92693b48d4609002
armvirt: disable LD dead code elimination on ARM32

This interferes with the generation of the EFI stub section for
ARM32. As this target is not size constrained, disable the dead code
data elimination hack.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
(23.05 version of eb0e61285d4da910317e082de559337a305fa1dc)
target/linux/armvirt/patches-5.15/221-armvirt-disable-gc_sections.patch [new file with mode: 0644]