Post #1682772
2026-04-22 09:14 UTC
this is *not* a trivial project. i've already found many linuxisms in the libreboot build system.
but more than that: libreboot heavily relies on GNU tooling in its build process. think gcc, binutils, autoconf and so on.
openbsd has GNU tooling in base, but much older tooling for certain parts of base. these are not to be used. when you install e.g. gcc from ports, you get e.g. /usr/local/bin/gcc-VERSION. i will have to handle this in lbmk. doing so reliably, and automatically, is non-trivial.
Replies (1)
-
@april@donotsta.re 2026-04-22 09:15
@libreleah building it with musl instead *think*