From a1369ffa285005572e02a35f486bd09c41c618b2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 26 Sep 2015 18:19:58 -0400 Subject: app-emulation/qemu: add tilegx linux-user target #561322 --- app-emulation/qemu/qemu-9999.ebuild | 2 +- profiles/desc/qemu_user_targets.desc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-65-gdbad