kumquat-buildroot/package/qemu
Adam Duskett 17024f5900 qemu: disable qemu user emulation on MIPS64 for host variant
According to target/mips/TODO in the Qemu sources:

MIPS64
------
- Userland emulation (both n32 and n64) not functional.

And indeed, trying to run a mips64n32 binary under qemu user emulation
results in:

Invalid ELF image for this architecture

So we move the BR2_mips64(el) dependency from
BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS to
BR2_PACKAGE_HOST_QEMU_SYSTEM_ARCH_SUPPORTS, so that only the system
emulation is available on mips64, and not the user-mode emulation.

Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-28 15:24:46 +02:00
..
0001-user-exec-fix-usage-of-mcontext-structure-on-ARM-uCl.patch
0002-memfd-fix-configure-test.patch qemu: fix build with glibc 2.27 2018-03-24 21:36:06 +01:00
Config.in
Config.in.host qemu: disable qemu user emulation on MIPS64 for host variant 2018-04-28 15:24:46 +02:00
qemu.hash
qemu.mk package: remove Blackfin related code 2018-04-15 22:05:30 +02:00