commit: 8e320194edcfdcbc76e6bad57565e1548e85cd57 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Thu Feb 23 19:03:31 2017 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Thu Feb 23 19:06:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e320194
profiles: Add qemu softmmu and user target descriptions profiles/desc/qemu_softmmu_targets.desc | 1 + profiles/desc/qemu_user_targets.desc | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index bc460aefd8..5e93371acd 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -21,6 +21,7 @@ mipsel - system emulation target mips - system emulation target moxie - moxielogic system emulation target nios2 - system emulation target +or1k - OpenRISC system emulation target or32 - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 96ed51497a..7520c78192 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -23,6 +23,7 @@ mipsn32el - MIPS N32 ABI LE userspace emulation target mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target nios2 - userspace emulation target +or1k - OpenRISC system emulation target or32 - OpenRISC userspace emulation target ppc64abi32 - userspace emulation target ppc64le - PowerPC 64-bit little endian userspace emulation target
