commit | fd0712acce928c7966c172b8014ca8007deb457c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Apr 05 19:48:52 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:27 2023 -0400 |
tree | 11d89c1a3d5b18406167d63427624035f1a971e7 | |
parent | c2e5eea38a25c3b787bb243f7d9638cd6e634cd4 [diff] |
clang: Add $(CLANG_TARGET) to LDPPFLAGS 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>