Turn on gdbserver for the arch that supports it..
This commit is contained in:
parent
ebd1e4e6b8
commit
870fe2a280
@ -2,4 +2,8 @@
|
||||
|
||||
SUBDIR= doc libgdb gdb gdbtui kgdb
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=gdbserver
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user