diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-12-31 23:11:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-12-31 23:11:50 +0100 |
commit | b50a90af46ec5314d80db5637959287508e9ab2c (patch) | |
tree | d68f5fc106a10890dee83a047edefc6a29c2b6fa | |
parent | 7793e0349427cc3c3eff60d0cbbf2006fd1890ce (diff) |
m68k: upstream qemu is usable
-rwxr-xr-x | embedded-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedded-test.sh b/embedded-test.sh index f744bc3..e0134cc 100755 --- a/embedded-test.sh +++ b/embedded-test.sh @@ -647,7 +647,7 @@ get_arch_info() { default_newlib="ADK_APPLIANCE=toolchain ADK_TARGET_OS=baremetal ADK_TARGET_ARCH=m68k ADK_TARGET_CPU=68040" cpu_arch=68040 march=m68k-q800 - qemu=qemu-system-m68k-full + qemu=qemu-system-m68k qemu_args="-nographic" qemu_machine=q800 suffix=${cpu_arch} |