summaryrefslogtreecommitdiffstats
path: root/configs/i586-qemu/run
diff options
context:
space:
mode:
Diffstat (limited to 'configs/i586-qemu/run')
-rwxr-xr-xconfigs/i586-qemu/run11
1 files changed, 2 insertions, 9 deletions
diff --git a/configs/i586-qemu/run b/configs/i586-qemu/run
index 1c57e41..db05dc5 100755
--- a/configs/i586-qemu/run
+++ b/configs/i586-qemu/run
@@ -33,15 +33,8 @@ if [ ! -e "${PTXDIST_PLATFORMDIR}/images/hd.img" ]; then
fi
# the emulator to run
-if test "${PTXCONF_ARCH_STRING}" = "i386"; then
- ARCH_STRING="x86_64"
- # Machine to emulate
- QEMU_MACHINE=pc
-else
- ARCH_STRING="${PTXCONF_ARCH_STRING}"
- # Machine to emulate
- QEMU_MACHINE=${PTXCONF_PLATFORM}
-fi
+ARCH_STRING="i386"
+QEMU_MACHINE=pc
# we should prefer the QEMU which comes with this BSP
QEMU_EXEC_PATH="${PTXCONF_SYSROOT_HOST}/bin"