unicorn/qemu/gen_all_header.sh

5 lines
126 B
Bash
Raw Normal View History

2015-08-21 09:04:50 +02:00
#!/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