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:

browse.libreboot.org/lbmk.git/

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.