diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-02-13 01:37:30 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-02-13 01:43:58 -0600 |
commit | a8f5ab1c93f792f815df459cfc3465672d94ff7d (patch) | |
tree | 9214a5158fbcfd7c64169f0e079129213fc553ff /profiles/desc | |
parent | dev-python/itsdangerous: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-a8f5ab1c93f792f815df459cfc3465672d94ff7d.tar.gz gentoo-a8f5ab1c93f792f815df459cfc3465672d94ff7d.tar.bz2 gentoo-a8f5ab1c93f792f815df459cfc3465672d94ff7d.zip |
profiles: Add qemu softmmu and user target descriptions
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 1 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 10 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 96c635c703ee..bc460aefd8cb 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -20,6 +20,7 @@ mips64 - system emulation target mipsel - system emulation target mips - system emulation target moxie - moxielogic system emulation target +nios2 - 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 a90ca67658d5..96ed51497af1 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -8,9 +8,10 @@ aarch64 - ARM64 userspace emulation target alpha - userspace emulation target -armeb - ARM (big endian) 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 i386 - userspace emulation target m68k - userspace emulation target microblazeel - userspace emulation target @@ -18,14 +19,15 @@ microblaze - userspace emulation target mips64el - userspace emulation target mips64 - userspace emulation target mipsel - userspace emulation target -mipsn32 - MIPS N32 ABI userspace emulation target mipsn32el - MIPS N32 ABI LE userspace emulation target +mipsn32 - MIPS N32 ABI userspace emulation target mips - userspace emulation target +nios2 - 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 ppc64le - PowerPC 64-bit little endian userspace emulation target +ppc64 - PowerPC 64-bit big endian userspace emulation target +ppc - PowerPC 32-bit big endian userspace emulation target s390x - userspace emulation target sh4eb - userspace emulation target sh4 - userspace emulation target |