Add qemu-aarch64

This commit is contained in:
Justine Tunney 2023-05-01 19:43:14 -07:00
parent 8303e23b3a
commit 08ff26c817
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 8 additions and 0 deletions

BIN
third_party/qemu/qemu-aarch64.gz vendored Normal file

Binary file not shown.

8
third_party/qemu/qemu.mk vendored Normal file
View file

@ -0,0 +1,8 @@
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
o/third_party/qemu/qemu-aarch64: \
third_party/qemu/qemu-aarch64.gz \
o/$(MODE)/tool/build/gzip.com
@$(MKDIR) $(@D)
@o/$(MODE)/tool/build/gzip.com $(ZFLAGS) -cd <$< >$@