summaryrefslogtreecommitdiffstats
path: root/configs/arm-qemu-2011.11.0/run
diff options
context:
space:
mode:
Diffstat (limited to 'configs/arm-qemu-2011.11.0/run')
-rwxr-xr-xconfigs/arm-qemu-2011.11.0/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/arm-qemu-2011.11.0/run b/configs/arm-qemu-2011.11.0/run
index a653ee4..d643e17 100755
--- a/configs/arm-qemu-2011.11.0/run
+++ b/configs/arm-qemu-2011.11.0/run
@@ -31,7 +31,7 @@ if [ ! -e "${PTXDIST_PLATFORMDIR}/images/hd.img" ]; then
fi
# the emulator to run
-QEMU_EXEC=qemu-system-${PTXCONF_ARCH_STRING}
+QEMU_EXEC=${PTXDIST_PLATFORMDIR}/sysroot-host/bin/qemu-system-${PTXCONF_ARCH_STRING}
# disable this, if you want to have some graphics output
QEMU_NOGRAPHIC=--nographic