Need to figure out C++ stdlib shenanigans since clang is broken without gcc, but everything does build for the most part. Notable exceptions are grub (which doesn't build) and rust (which I didn't…
Oh, I'll actually have to rebuild core twice to make sure everything works without gcc, since I'm building it with a chroot with gcc installed, but not as the primarily compiler.
FWIW, I…
Going to rebuild all of core using this today. You may hear back from me soon(tm)
Done in bf4f24737a. Build script was updated in 20476aff, as the sed command turned out to be unnecessary.
This would also involve moving cmake, clang, llvm, and a couple other packages to core. At that point, it would be better off if we switch to clang and take pointers from kiss-llvm.
The package manager is easy to port since it's all POSIX however many of the packages aren't Last I heard Wayland support on anything that isn't Linux still isn't good at all so I'd likely end up…