Build fails on llvm/musl/libcxx (https://github.com/containers/libkrun/issues/429) make fails when there is no gcc, since gcc is hard coded ```bash $ make gcc -O2 -static -Wall -o init/init init/init.c make: gcc: No such file or directory make: *** [Makefile:102: init/init] Error 127 ```