Nothing stopping a Libreboot release now. I've been trying, for days, to hunt down the cause of a random linker error I kept getting from coreboot's build system. It's caused by a regression from when I audited a bunch of scripts.
Anyway, this fixes it:
https://browse.libreboot.org/lbmk.git/commit/?id=2e85a63a0a0ef9647b8a5e30611a61c3d69624f4
I simply took a bazooka approach. Now this command works reliably again:
./build boot roms all
Before the above patch I think something wasn't being cleaned properly. Old object files laying around. I'll bisect later.