cleanup: we do not support PowerPC

This commit is contained in:
Nguyen Anh Quynh 2020-04-13 17:37:06 +08:00
parent b5f9441689
commit 148fa4d66d
2 changed files with 1 additions and 3021 deletions

View File

@ -320,7 +320,7 @@ dist:
# run "make header" whenever qemu/header_gen.py is modified
header:
$(eval TARGETS := m68k arm armeb aarch64 aarch64eb mips mipsel mips64 mips64el\
powerpc sparc sparc64 x86_64)
sparc sparc64 x86_64)
$(foreach var,$(TARGETS),\
$(shell python qemu/header_gen.py $(var) > qemu/$(var).h;))
@echo "Generated headers for $(TARGETS)."

File diff suppressed because it is too large Load Diff