diff options
author | Alexey Sokolov <sokolov@google.com> | 2018-02-01 23:24:05 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-02-11 14:27:01 -0600 |
commit | 182471d585d63fe286d631949dc13abd6c209137 (patch) | |
tree | c3e1266534e11407cf5e3508839bacfa1abfc381 /profiles/desc | |
parent | app-emulation/qemu: version bump to 2.11.0, important security fixes (diff) | |
download | gentoo-182471d585d63fe286d631949dc13abd6c209137.tar.gz gentoo-182471d585d63fe286d631949dc13abd6c209137.tar.bz2 gentoo-182471d585d63fe286d631949dc13abd6c209137.zip |
app-emulation/qemu: Fix build with latest git:
* add hppa to softmmu targets
* add aarch64_be to user targets
* update the CFLAGS patch
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/7020
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 1 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 77be14da04ba..19bcfdebdd93 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -9,6 +9,7 @@ aarch64 - ARM64 system emulation target alpha - system emulation target arm - system emulation target cris - system emulation target +hppa - system emulation target i386 - system emulation target lm32 - LatticeMico32 system emulation target m68k - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 76c2721cd8cf..721a1f566e20 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -6,11 +6,12 @@ # Keep it sorted. aarch64 - ARM64 userspace emulation target +aarch64_be - ARM64 big endian userspace emulation target alpha - userspace emulation target arm - ARM (little endian) userspace emulation target armeb - ARM (big endian) userspace emulation target cris - userspace emulation target -hppa - usersparce emulation target +hppa - userspace emulation target i386 - userspace emulation target m68k - userspace emulation target microblazeel - userspace emulation target |