commit | aa68a5a83a0acc4c1babcb4f8be49261514ab65c | [log] [tgz] |
---|---|---|
author | Thomas Weißschuh <linux@weissschuh.net> | Fri Oct 20 09:30:33 2023 +0200 |
committer | Thomas Weißschuh <linux@weissschuh.net> | Mon Dec 11 22:38:21 2023 +0100 |
tree | bf5644d8d314c8ce0fa8637f7486c417b4f6f6bd | |
parent | 48946c5aa7a848c7dfc2151267af92956f492f58 [diff] |
tools/nolibc: move MIPS ABI validation into arch-mips.h When installing nolibc to a sysroot arch.h is not used so its ABI check is bypassed. This makes is possible to compile nolibc with a non O32 ABI which may build but can not run. Move the check into arch-mips.h so it will always be evaluated. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Acked-by: Willy Tarreau <w@1wt.eu>