mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Turn on gdbserver for the arch that supports it..
This commit is contained in:
parent
ebd1e4e6b8
commit
870fe2a280
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163582
@ -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