summaryrefslogtreecommitdiff
path: root/build-common/packages/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'build-common/packages/qemu')
-rw-r--r--build-common/packages/qemu2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-common/packages/qemu b/build-common/packages/qemu
index 9b139c6..ac752f5 100644
--- a/build-common/packages/qemu
+++ b/build-common/packages/qemu
@@ -53,7 +53,7 @@ qemu-gdb:
$(ARMGDB) \
$(LINUX_BUILD)/vmlinux \
-iex 'add-auto-load-safe-path $(LINUX_BUILD)' \
- -iex 'target remote localhost:$(QEMU_GDBSERVER_PORT_ID)' \
+ -ex 'target remote localhost:$(QEMU_GDBSERVER_PORT_ID)' \
# -iex 'lx-symbols'
debug-core: