unicorn/qemu/gen_all_header.sh

5 lines
152 B
Bash
Raw Normal View History

2015-08-21 10:04:50 +03:00
#!/bin/sh
2020-05-08 21:54:29 +03:00
for d in x86_64 arm armeb m68k aarch64 aarch64eb mips mipsel mips64 mips64el sparc sparc64 ppc ppc64; do
2015-08-21 10:04:50 +03:00
python header_gen.py $d > $d.h
done