Re: [PATCH 2/2] tools/nolibc: add support for 32-bit s390

2025-02-05 Thread Sven Schnelle
Hi Thomas, Thomas Weißschuh writes: > 32-bit s390 is very close to the existing 64-bit implementation. > > Some special handling is necessary as there is neither LLVM nor > QEMU support. Also the kernel itself can not build natively for 32-bit > s390, so instead the test program is executed with

[PATCH 2/2] tools/nolibc: add support for 32-bit s390

2025-01-22 Thread Thomas Weißschuh
32-bit s390 is very close to the existing 64-bit implementation. Some special handling is necessary as there is neither LLVM nor QEMU support. Also the kernel itself can not build natively for 32-bit s390, so instead the test program is executed with a 64-bit kernel. Signed-off-by: Thomas Weißsch