Fix use of GDB in QEMU

This commit is contained in:
Jeremy Soller 2019-09-07 20:01:03 -06:00
parent ad6e8428ae
commit 87bb9fc2f6
No known key found for this signature in database
GPG key ID: E988B49EE78A7FB1

View file

@ -33,7 +33,7 @@ endif
ifneq ($(usb),no) ifneq ($(usb),no)
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0 QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
endif endif
ifneq ($(gdb),yes) ifeq ($(gdb),yes)
QEMUFLAGS+=-s QEMUFLAGS+=-s
endif endif
ifeq ($(UNAME),Linux) ifeq ($(UNAME),Linux)