Robert Clausecker c54ab7ee80 math/spblas: build with clang, fix build on armv7
Port builds fine with base clang.  This avoids the use of binutils,
which fail to link the port on armv7 due to the use of the -z relro
option (not supported by ld.bfd on armv7, as is -z norelro).

MFH:		2025Q2
2025-05-25 02:47:05 +02:00
..