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>
Fri, 2 Jun 2023 09:36:08 +0000 (11:36 +0200)
commiteb0e61285d4da910317e082de559337a305fa1dc
tree65c27a6ef4de6a584af3e42312aa45f167ae5f9f
parente0f06ddc23b2503a1791ae7e97b02e2647e8a70d
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>
target/linux/armvirt/patches-6.1/221-armvirt-disable-gc_sections.patch [new file with mode: 0644]