commit | 723e49864b195c98b5fb870d684142664e0e6578 | [log] [tgz] |
---|---|---|
author | Sam Edwards <cfsworks@gmail.com> | Sat Mar 15 15:18:08 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 02 14:33:50 2025 -0600 |
tree | 700b74e87d684e4f3f54b34d21344f8a8445e533 | |
parent | 246cb4875746076e65b95b686f5d4ccc9aa552ee [diff] |
makefile: Add READELF command variable This allows setting READELF=llvm-readelf in order to use the LLVM version of the readelf utility. It also aligns with the practice of not using $(CROSS_COMPILE) in any build recipes directly, reducing the number of places where $(CROSS_COMPILE) is used. Signed-off-by: Sam Edwards <CFSworks@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>