Message ID | 20231105-nolibc-mips-be-v1-0-6c2ad3e50a1f@weissschuh.net (mailing list archive) |
---|---|
Headers | show |
Series | tools/nolibc: MIPS bugfixes and refactoring | expand |
Hi Thomas, On Sun, Nov 05, 2023 at 11:09:54AM +0100, Thomas Weißschuh wrote: > Two bugfixes and some minor refactorings of the MIPS support. > > Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> besides the small comments about o32 and olddefconfig, consider this series as: Acked-by: Willy Tarreau <w@1wt.eu> Thanks! Willy
Two bugfixes and some minor refactorings of the MIPS support. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> --- Thomas Weißschuh (6): tools/nolibc: error out on unsupported architecture tools/nolibc: move MIPS ABI validation into arch-mips.h selftests/nolibc: use XARCH for MIPS selftests/nolibc: explicitly specify ABI for MIPS selftests/nolibc: extraconfig support selftests/nolibc: add configuration for mipso32be tools/include/nolibc/arch-mips.h | 4 ++++ tools/include/nolibc/arch.h | 4 +++- tools/testing/selftests/nolibc/Makefile | 25 ++++++++++++++++++++----- tools/testing/selftests/nolibc/run-tests.sh | 2 +- 4 files changed, 28 insertions(+), 7 deletions(-) --- base-commit: 6de6466e41182875252fe09658f9b7d74c4fa43c change-id: 20231105-nolibc-mips-be-892785dd3eaa Best regards,