app-emulation/qemu: add tilegx linux-user target #561322
authorMike Frysinger <vapier@gentoo.org>
Sat, 26 Sep 2015 22:19:58 +0000 (18:19 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 26 Sep 2015 22:33:03 +0000 (18:33 -0400)
app-emulation/qemu/qemu-9999.ebuild
profiles/desc/qemu_user_targets.desc

index c24163311fee9f1bd1be31d414669a8a1bc83cb8..a2cdb891fc75f7e64c2eace133c37c0e750ff137 100644 (file)
@@ -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})
index 3f9efd2ac74a65f2973c3eb6cc296af06f3ed143..a90ca67658d545a4a13a388872f7c8d993af810a 100644 (file)
@@ -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