@parzivalwolfram@infosec.exchange
Post #3574247
2026-01-09 21:16 UTC
`man /opt/SUNWspro/bin/cc`
"yes we have similar -O flags to GCC but no -OS or -Os"
ok, that's reasonable...
`-O1`
"WARNING: Passing '-1' to linker!"
so that was a fucking lie
Replies (1)
-
@parzivalwolfram@infosec.exchange 2026-01-09 21:18
i've gone ahead and rewritten 90% of my build system, and now I can build binutils-2.15 (kind of) but now gcc-3.2.3 is inconsistent on whether `ld` will SIGSEGV or not, and if it doesn't, tar-1.25 can't be built because it loses track of its own internal includes (alloca.h, part of libgnu), which it only tells me about at link time. Nothing has changed in the env itself, I've got all kinds of debug output to make sure of that.