klausz65
klausz65
For what it's worth. OpenIndiana on SPARC is still build using gcc-4.4.4: CFLAGS: -mcpu=ultrasparc -mvis and the long list from Makefile.master for both 32 and 64bit code. ASFLAGS (Note: at...
Will be fixed if PR #25 is accepted.
Hi Fritz, I tried this on SPARC and well, it compiles but the test_ntpd binary fails with a core dump. Publishing does not work out of the box, but after...
You think of this patch: --- OpenBLAS-0.3.30/kernel/sparc/KERNEL.orig 2025-06-19 11:45:39.000000000 +0200 +++ OpenBLAS-0.3.30/kernel/sparc/KERNEL 2025-11-28 13:31:12.380434169 +0100 @@ -59,7 +59,7 @@ endif ifndef DNRM2KERNEL -DNRM2KERNEL = dnrm2.S +DNRM2KERNEL = ../arm/nrm2.c endif ifndef...
Test build done successfully, new pull RQ: https://github.com/OpenIndiana/oi-userland/pull/24846 in the production build queue. Awesome - thanks quite much.
About SPARC assembler, I do have 2 PDFs for: 801-6649 and 816-1681-10. I don't know if they still can be downloaded somewhere, but just in case you don't have them,...