mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 19:34:49 +01:00
4 lines
126 B
Bash
Executable File
4 lines
126 B
Bash
Executable File
#to avoid random missing files errors when building
|
|
while [ ! -e "vmlinux" ]; do
|
|
make vmlinux CC=gclang HOSTCC=gclang
|
|
done |