diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2017-01-24 17:41:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2017-01-24 17:41:24 +0300 |
commit | 320b99b03651210caaf96fd08a3e0efb1586a297 (patch) | |
tree | 2b949f0a9501276ee2151eb9c7b442d847c67249 /app-emulation | |
parent | e5a9d08f3a4c217d146570bb03b902ebc08882d9 (diff) |
qemu: added hppa target
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-scm.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/qemu/qemu-scm.ebuild b/app-emulation/qemu/qemu-scm.ebuild index 44e52d2..949ee0e 100644 --- a/app-emulation/qemu/qemu-scm.ebuild +++ b/app-emulation/qemu/qemu-scm.ebuild @@ -34,7 +34,7 @@ COMMON_TARGETS="aarch64 alpha arm cris i386 m68k microblaze microblazeel mips mips64 mips64el mipsel or32 ppc ppc64 s390x sh4 sh4eb sparc sparc64 x86_64" IUSE_SOFTMMU_TARGETS="${COMMON_TARGETS} lm32 moxie ppcemb tricore xtensa xtensaeb unicore32" -IUSE_USER_TARGETS="${COMMON_TARGETS} armeb mipsn32 mipsn32el ppc64abi32 ppc64le sparc32plus tilegx" +IUSE_USER_TARGETS="${COMMON_TARGETS} armeb hppa 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}) |