Re: [Buildroot] [PATCH 1/3] package/openblas: fix build on mips64 n32

Julien Olivain via buildroot <[email protected]> Sat, 01 Aug 2026 13:12:22 +0200
Newsgroups net.busybox.buildroot
Message-ID <[email protected]>
On 30/07/2026 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]>

Series applied to master, thanks.
_______________________________________________
buildroot mailing list
[email protected]
https://lists.buildroot.org/mailman/listinfo/buildroot