Re: [PATCH 23/32] efi: arm: Disable --gc-sections for the app

2025-02-03 Thread Tom Rini
On Mon, Feb 03, 2025 at 10:42:16AM -0700, Simon Glass wrote: > This option cannot be used with a shared library, since it results in > everything being removed. Disable it. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH 23/32] efi: arm: Disable --gc-sections for the app

2025-02-03 Thread Simon Glass
This option cannot be used with a shared library, since it results in everything being removed. Disable it. Signed-off-by: Simon Glass --- arch/arm/config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/config.mk b/arch/arm/config.mk index e0045e22271..20f4d41f2c3 100644 --- a