diff options
author | Adam Duskett <Adamduskett@outlook.com> | 2018-04-01 18:36:36 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-28 15:24:46 +0200 |
commit | 17024f5900b9803fc34388c39915f70ce51fb037 (patch) | |
tree | 9e532a4bc3034208d14d885e7cb21d1eee5e4c32 /package/libcgi/libcgi.hash | |
parent | d7f74dced987a81ebd98de8dd2f70f5effda7463 (diff) | |
download | buildroot-17024f5900b9803fc34388c39915f70ce51fb037.tar.gz buildroot-17024f5900b9803fc34388c39915f70ce51fb037.zip |
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>
Diffstat (limited to 'package/libcgi/libcgi.hash')
0 files changed, 0 insertions, 0 deletions