summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-09-26 18:19:58 -0400
committerMike Frysinger <vapier@gentoo.org>2015-09-26 18:33:03 -0400
commita1369ffa285005572e02a35f486bd09c41c618b2 (patch)
treeb9e09657aee897385838dc23fc162e99b65e9021
parentprofiles: Mask gtk3 support of LibreOffice 5 for stable systems (diff)
downloadgentoo-a1369ffa285005572e02a35f486bd09c41c618b2.tar.gz
gentoo-a1369ffa285005572e02a35f486bd09c41c618b2.tar.bz2
gentoo-a1369ffa285005572e02a35f486bd09c41c618b2.zip
app-emulation/qemu: add tilegx linux-user target #561322
-rw-r--r--app-emulation/qemu/qemu-9999.ebuild2
-rw-r--r--profiles/desc/qemu_user_targets.desc1
2 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
index c24163311fee..a2cdb891fc75 100644
--- a/app-emulation/qemu/qemu-9999.ebuild
+++ b/app-emulation/qemu/qemu-9999.ebuild
@@ -40,7 +40,7 @@ COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
x86_64"
IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa xtensaeb"
-IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus"
+IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})
use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
index 3f9efd2ac74a..a90ca67658d5 100644
--- a/profiles/desc/qemu_user_targets.desc
+++ b/profiles/desc/qemu_user_targets.desc
@@ -32,5 +32,6 @@ sh4 - userspace emulation target
sparc32plus - userspace emulation target
sparc64 - userspace emulation target
sparc - userspace emulation target
+tilegx - TILE-Gx 64-bit userspace emulation target
unicore32 - userspace emulation target
x86_64 - userspace emulation target