Post #2008820
2026-04-22 09:17 UTC
@april and isn't musl just a libc?
Replies (2)
-
@april@donotsta.re 2026-04-22 09:29
@libreleah yea, i did not have a coffee this morning, i was more thinking ig musl + clang or smth if gcc is too much of a pita (and ig them computing nerds in my bubble prefer musl over glibc)
-
@libreleah@mas.to 2026-04-22 09:29
@april i mean, i could bootstrap everything from source. some parts still need a package, e.g. gnat needs gnat to compile. openbsd pretty much freezes packages in each release, so tailoring per-release is feasible. then just continually update for current too (for dependencies and such). detect openbsd version in lbmk and adapt accordingly, use specific versions of things. e.g. /usr/local/bin/autoconf-2.72 currently, on obsd -current. just populate a fake PATH with symlinks e.g. gcc->gcc-15.x