summaryrefslogtreecommitdiffstats
path: root/configs/i586-qemu-2011.11.0/run
diff options
context:
space:
mode:
Diffstat (limited to 'configs/i586-qemu-2011.11.0/run')
-rwxr-xr-xconfigs/i586-qemu-2011.11.0/run8
1 files changed, 1 insertions, 7 deletions
diff --git a/configs/i586-qemu-2011.11.0/run b/configs/i586-qemu-2011.11.0/run
index 6ef0ef8..5036d77 100755
--- a/configs/i586-qemu-2011.11.0/run
+++ b/configs/i586-qemu-2011.11.0/run
@@ -30,13 +30,7 @@ if [ ! -e "${PTXDIST_PLATFORMDIR}/images/hd.img" ]; then
fi
# the emulator to run
-if test "${PTXCONF_ARCH_STRING}" = "i386"; then
- ARCH_STRING="x86_64"
-else
- ARCH_STRING="${PTXCONF_ARCH_STRING}"
-fi
-
-QEMU_EXEC=qemu-system-${ARCH_STRING}
+QEMU_EXEC=${PTXDIST_PLATFORMDIR}/sysroot-host/bin/emu-system-${PTXCONF_ARCH_STRING}
# disable this, if you want to have some graphics output
QEMU_NOGRAPHIC=--nographic