mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
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 New Issue
Block a user