mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-23 15:24:43 +00:00
Add qemu-aarch64
This commit is contained in:
parent
8303e23b3a
commit
08ff26c817
2 changed files with 8 additions and 0 deletions
BIN
third_party/qemu/qemu-aarch64.gz
vendored
Normal file
BIN
third_party/qemu/qemu-aarch64.gz
vendored
Normal file
Binary file not shown.
8
third_party/qemu/qemu.mk
vendored
Normal file
8
third_party/qemu/qemu.mk
vendored
Normal 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 <$< >$@
|
Loading…
Add table
Reference in a new issue