Re: [PATCH 14/17] makefile: Add READELF command variable

2025-02-26 Thread Ilias Apalodimas
On Mon, 24 Feb 2025 at 07:56, Sam Edwards wrote: > > 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_COM

Re: [PATCH 14/17] makefile: Add READELF command variable

2025-02-24 Thread Heinrich Schuchardt
On 2/24/25 06:55, Sam Edwards wrote: 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. Signe

[PATCH 14/17] makefile: Add READELF command variable

2025-02-23 Thread Sam Edwards
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 --- Makefile |