[Buildroot] [PATCH] gummiboot: fix linking for non-host compatible targets

Arnout Vandecappelle arnout at mind.be
Tue Mar 26 20:33:39 UTC 2019



On 26/03/2019 14:07, Esben Haabendal wrote:
> + $(gummiboot_solib): $(gummiboot_objects)
> +-	$(AM_V_CCLD)$(LD) $(efi_ldflags) $(gummiboot_objects) \
> ++	$(AM_V_CCLD)$(EFI_LD) $(efi_ldflags) $(gummiboot_objects) \
> + 		-o $@ -lefi -lgnuefi $(shell $(CC) -print-libgcc-file-name); \
                                             ^^^^ Shouldn't this be EFI_CC?
> + 	nm -D -u $@ | grep ' U ' && exit 1 || :

 Is nm the same on all architectures? Of course, since gummiboot is x86 only, it
doesn't matter much.

 Regards,
 Arnout



More information about the buildroot mailing list