Module Name: src
Committed By: rin
Date: Sat Aug 31 03:50:23 UTC 2024
Modified Files:
src/tools/gdb: Makefile
Log Message:
tools/gdb: Use MKGDBSERVER consistently, NFC for now
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/tools/gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.54 src/tools/gdb/Makefile:1.55
--- src/tools/gdb/Makefile:1.54 Tue Aug 27 21:50:20 2024
+++ src/tools/gdb/Makefile Sat Aug 31 03:50:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2024/08/27 21:50:20 christos Exp $
+# $NetBSD: Makefile,v 1.55 2024/08/31 03:50:23 rin Exp $
.include <bsd.hostinit.mk>
@@ -115,8 +115,7 @@ CONFIGURE_ARGS_SIM+= --disable-sim
#.endif
CONFIGURE_ARGS_GDBSERVER=
-.if \
- ${MACHINE_CPU} == "x86_64"
+.if ${MKGDBSERVER} != "no"
CONFIGURE_ARGS_GDBSERVER+= --enable-gdbserver
.endif