Re: [Buildroot] [PATCH 1/3] package/openblas: fix build on mips64 n32
Titouan Christophe via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
On 30/07/26 22:01, Dario Binacchi wrote: > BR2_ARCH_IS_64 is set for mips64/mips64el even when the n32 ABI is > used, so openblas was built with BINARY=64. Its build system then > passes -mabi=64, which conflicts with the n32 sysroot: > > gnu/stubs.h:35:11: fatal error: gnu/stubs-n64_hard.h: No such file > or directory > > For openblas, BINARY refers to the pointer size rather than to the > architecture, and n32 uses 32-bit pointers, so BINARY=32 is correct > there. > > Signed-off-by: Dario Binacchi <[email protected]> Applied to 2025.02.x and 2026.05.x, thanks _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot