Re: [PATCH] Add HOST_ARCH detection for armv5tel and armv6l

2025-05-05 Thread Tom Rini
On Sun, 27 Apr 2025 19:07:25 -0400, Ben Wolsieffer wrote: > Since 7506c15, HOST_ARCH is now used by the EFI loader even when > CONFIG_SANDBOX is disabled. When cross-compiling, the Makefile defines > HOST_ARCH based on the cross-compiler prefix, but this definition fails > to cover some common com

[PATCH] Add HOST_ARCH detection for armv5tel and armv6l

2025-04-27 Thread Ben Wolsieffer
Since 7506c15, HOST_ARCH is now used by the EFI loader even when CONFIG_SANDBOX is disabled. When cross-compiling, the Makefile defines HOST_ARCH based on the cross-compiler prefix, but this definition fails to cover some common compiler prefixes. When cross-compiling U-Boot in nixpkgs, we use CROS