Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/, profiles/desc/
Date: Sat, 26 Sep 2015 22:33:22
Message-Id: 1443306783.a1369ffa285005572e02a35f486bd09c41c618b2.vapier@gentoo
1 commit: a1369ffa285005572e02a35f486bd09c41c618b2
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 22:19:58 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 22:33:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1369ffa
7
8 app-emulation/qemu: add tilegx linux-user target #561322
9
10 app-emulation/qemu/qemu-9999.ebuild | 2 +-
11 profiles/desc/qemu_user_targets.desc | 1 +
12 2 files changed, 2 insertions(+), 1 deletion(-)
13
14 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
15 index c241633..a2cdb89 100644
16 --- a/app-emulation/qemu/qemu-9999.ebuild
17 +++ b/app-emulation/qemu/qemu-9999.ebuild
18 @@ -40,7 +40,7 @@ COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips
19 mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 unicore32
20 x86_64"
21 IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa xtensaeb"
22 -IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus"
23 +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx"
24
25 use_softmmu_targets=$(printf ' qemu_softmmu_targets_%s' ${IUSE_SOFTMMU_TARGETS})
26 use_user_targets=$(printf ' qemu_user_targets_%s' ${IUSE_USER_TARGETS})
27
28 diff --git a/profiles/desc/qemu_user_targets.desc b/profiles/desc/qemu_user_targets.desc
29 index 3f9efd2..a90ca67 100644
30 --- a/profiles/desc/qemu_user_targets.desc
31 +++ b/profiles/desc/qemu_user_targets.desc
32 @@ -32,5 +32,6 @@ sh4 - userspace emulation target
33 sparc32plus - userspace emulation target
34 sparc64 - userspace emulation target
35 sparc - userspace emulation target
36 +tilegx - TILE-Gx 64-bit userspace emulation target
37 unicore32 - userspace emulation target
38 x86_64 - userspace emulation target