commit: 227719ba6c3a923e55df19f6de34f9c87854dda8 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Mon Sep 7 17:02:18 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Mon Sep 7 17:02:37 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227719ba
app-emulation/qemu: add desc for new flags #559846 profiles/desc/qemu_softmmu_targets.desc | 1 + profiles/desc/qemu_user_targets.desc | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index e473b20..96c635c 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -29,6 +29,7 @@ sh4eb - system emulation target sh4 - system emulation target sparc - system emulation target sparc64 - system emulation target +tricore - system emulation target unicore32 - system emulation target x86_64 - system emulation target xtensaeb - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index b4afce0..3f9efd2 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -22,9 +22,10 @@ mipsn32 - MIPS N32 ABI userspace emulation target mipsn32el - MIPS N32 ABI LE userspace emulation target mips - userspace emulation target or32 - OpenRISC userspace emulation target +ppc - PowerPC 32-bit big endian userspace emulation target +ppc64 - PowerPC 64-bit big endian userspace emulation target ppc64abi32 - userspace emulation target -ppc64 - userspace emulation target -ppc - userspace emulation target +ppc64le - PowerPC 64-bit little endian userspace emulation target s390x - userspace emulation target sh4eb - userspace emulation target sh4 - userspace emulation target
