aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-09-01 10:49:00 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-09-01 10:49:00 +0100
commit3e5c06936760d941819278f5a298265105e61719 (patch)
treed4253c68bfe7216ffda9284f6c26b7250bcda97d /Config.mk
parenta06cb3d8d89d953b83bc9a4fcd015e41464fae2a (diff)
downloadxen-3e5c06936760d941819278f5a298265105e61719.tar.gz
xen-3e5c06936760d941819278f5a298265105e61719.tar.bz2
xen-3e5c06936760d941819278f5a298265105e61719.zip
[IA64] use ioemu-remote as default on ia64.
Now ioemu-remote compiles for ia64 so that make it default. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Config.mk b/Config.mk
index 19c8bd4a6f..65f2de88ec 100644
--- a/Config.mk
+++ b/Config.mk
@@ -86,11 +86,7 @@ QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git
# Mercurial in-tree version, or a local directory, or a git URL.
# CONFIG_QEMU ?= ioemu
# CONFIG_QEMU ?= ../qemu-xen.git
-ifeq ($(XEN_TARGET_ARCH),ia64)
-CONFIG_QEMU ?= ioemu
-else
CONFIG_QEMU ?= $(QEMU_REMOTE)
-endif
# Optional components
XENSTAT_XENTOP ?= y