diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-09-26 18:19:58 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-09-26 18:33:03 -0400 |
commit | a1369ffa285005572e02a35f486bd09c41c618b2 (patch) | |
tree | b9e09657aee897385838dc23fc162e99b65e9021 /app-emulation/qemu | |
parent | profiles: Mask gtk3 support of LibreOffice 5 for stable systems (diff) | |
download | gentoo-a1369ffa285005572e02a35f486bd09c41c618b2.tar.gz gentoo-a1369ffa285005572e02a35f486bd09c41c618b2.tar.bz2 gentoo-a1369ffa285005572e02a35f486bd09c41c618b2.zip |
app-emulation/qemu: add tilegx linux-user target #561322
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 2 |
1 files changed, 1 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}) |