Fix use of GDB in QEMU
This commit is contained in:
parent
ad6e8428ae
commit
87bb9fc2f6
|
@ -33,7 +33,7 @@ endif
|
|||
ifneq ($(usb),no)
|
||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
|
||||
endif
|
||||
ifneq ($(gdb),yes)
|
||||
ifeq ($(gdb),yes)
|
||||
QEMUFLAGS+=-s
|
||||
endif
|
||||
ifeq ($(UNAME),Linux)
|
||||
|
|
Loading…
Reference in a new issue