On Wed, Jun 11, 2025 at 09:38:08AM +0200, Thomas Weißschuh wrote: > Make sure the byte order and ABI of the userprogs matches the one of the > kernel, similar to how the bit size is handled. > Otherwise the userprogs may not be executable. > This happens for example on powerpc little endian, or riscv32. > > Signed-off-by: Thomas Weißschuh <[email protected]> > --- > Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Nicolas Schier <[email protected]>
