Skip to content
Snippets Groups Projects
Commit 92ed5c09 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'master' into 'master'

Fix running qemu with aarch64 on MacOS

See merge request !1332
parents abe631aa 025cf84c
Branches
Tags
1 merge request!1332Fix running qemu with aarch64 on MacOS
Pipeline #12020 passed
......@@ -108,6 +108,10 @@ ifeq ($(UNAME),Linux)
endif
endif
ifeq ($(UNAME),Darwin)
QEMUFLAGS+=-cpu $(QEMU_CPU)
endif
ifeq ($(UNAME),Linux)
$(BUILD)/extra.img:
fallocate --posix --length 1G $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment