summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 09:16:25 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 09:16:25 +0000
commitab4c127996e8bda73a782cceb9a5200d9fbf6cb5 (patch)
treee6da5ff45c2f758131645dd635fc47656fb5671d
parent33c6438dc4e0c07c3bcf82d2bcab319c95a7a39d (diff)
simplify qemu targets to what we actually support : x86 && x86_64
-rw-r--r--conf/intel/portage/make.conf.x864
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/intel/portage/make.conf.x86 b/conf/intel/portage/make.conf.x86
index 3ffa36e..a8f7006 100644
--- a/conf/intel/portage/make.conf.x86
+++ b/conf/intel/portage/make.conf.x86
@@ -43,8 +43,8 @@ APACHE2_MPMS="prefork"
LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer pdfimport wiki-publisher"
## QEMU ##
-QEMU_USER_TARGETS="alpha arm armeb cris i386 m68k microblaze mips mipsel ppc ppc64 ppc64abi32 sh4 sh4eb sparc sparc32plus sparc64 x86_64"
-QEMU_SOFTMMU_TARGETS="x86_64 arm cris i386 m68k microblaze mips mips64 mips64el mipsel ppc ppc64 ppcemb sh4 sh4eb sparc sparc64"
+QEMU_USER_TARGETS="x86_64 i386"
+QEMU_SOFTMMU_TARGETS="x86_64 i386"
## PORTAGE CONFIG ##
CONFIG_PROTECT="/usr/share/config/kdm /etc"