import
This commit is contained in:
4
qemu/gen_all_header.sh
Executable file
4
qemu/gen_all_header.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
for d in x86_64 arm m68k aarch64 mips mipsel mips64 mips64el sparc sparc64; do
|
||||
python header_gen.py $d > $d.h
|
||||
done
|
||||
Reference in New Issue
Block a user