First Completed Build
First completed build. Build is rough, but boots and runs. Several built libraries and binaries have messy run paths like:
/usr/bin/../lib/libLLVM-11.so
Instead of
/usr/lib/libLLVM-11.so
Libelf from elfutils still requires GCC to build and building grub with clang results in a grub install with a malformed diskboot.img
that is 525 bytes instead of 125mb/513mb.