diff options
author | Matthias Maier <tamiko@gentoo.org> | 2018-03-18 14:30:19 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2018-03-18 15:01:49 -0500 |
commit | 7f50d653d56b5fd505db6b8ab63edf1c460e0d61 (patch) | |
tree | d43484cb03cd14ce6eae7f856edd484a621d85b1 /profiles/desc | |
parent | lxde-base/lxde-meta: arm stable, bug #639802 (diff) | |
download | gentoo-7f50d653d56b5fd505db6b8ab63edf1c460e0d61.tar.gz gentoo-7f50d653d56b5fd505db6b8ab63edf1c460e0d61.tar.bz2 gentoo-7f50d653d56b5fd505db6b8ab63edf1c460e0d61.zip |
profiles: Update stable.mask and use expand for qemu-2.11.1/9999
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/qemu_softmmu_targets.desc | 2 | ||||
-rw-r--r-- | profiles/desc/qemu_user_targets.desc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/profiles/desc/qemu_softmmu_targets.desc b/profiles/desc/qemu_softmmu_targets.desc index 19bcfdebdd93..ed2e3cdd4942 100644 --- a/profiles/desc/qemu_softmmu_targets.desc +++ b/profiles/desc/qemu_softmmu_targets.desc @@ -25,6 +25,8 @@ or1k - OpenRISC system emulation target ppc64 - system emulation target ppcemb - system emulation target ppc - system emulation target +riscv32 - system emulation target +riscv64 - system emulation target s390x - system emulation target sh4eb - system emulation target sh4 - system emulation target diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc index 721a1f566e20..303ad231b91f 100644 --- a/profiles/desc/qemu_user_targets.desc +++ b/profiles/desc/qemu_user_targets.desc @@ -28,6 +28,8 @@ 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 +riscv32 - userspace emulation target +riscv64 - userspace emulation target s390x - userspace emulation target sh4eb - userspace emulation target sh4 - userspace emulation target @@ -36,3 +38,5 @@ sparc64 - userspace emulation target sparc - userspace emulation target tilegx - TILE-Gx 64-bit userspace emulation target x86_64 - userspace emulation target +xtensaeb - userspace emulation target +xtensa - userspace emulation target |