Don't compile qemu when gem5 is used

This commit is contained in:
Ciro Santilli
2018-02-21 13:24:20 +00:00
parent 9e5173f324
commit f31046d26a
4 changed files with 12 additions and 10 deletions

View File

@@ -27,14 +27,6 @@ BR2_OPTIMIZE_0=y
BR2_PACKAGE_GDB=y
BR2_PTHREAD_DEBUG=y
# QEMU
BR2_PACKAGE_HOST_QEMU=y
# False because otherwise we need the host to be as recent as guest, and the build fails with:
# package/qemu/qemu.mk:110: *** "Refusing to build qemu-user: target Linux version newer than host's.". Stop.
BR2_PACKAGE_HOST_QEMU_LINUX_USER_MODE=n
BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
BR2_PACKAGE_HOST_QEMU_VDE2=y
# ftrace
BR2_PACKAGE_TRACE_CMD=y