
26 Apr
2023
26 Apr
'23
2:31 p.m.
On Wed, Apr 05, 2023 at 07:48:52PM -0400, Tom Rini wrote:
When we invoke $(CPP) to make u-boot.lds we have LDPPFLAGS available to set other required flags here. As this file is for the target and not the host, we must ensure that CPP knows what the target architecture is. For this, pass in $(CLANG_TARGET).
Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom