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