From 182471d585d63fe286d631949dc13abd6c209137 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Thu, 1 Feb 2018 23:24:05 +0000 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/7020 --- profiles/desc/qemu_softmmu_targets.desc | 1 + profiles/desc/qemu_user_targets.desc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'profiles/desc') 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 -- cgit v1.2.3-65-gdbad