summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/gdbserver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/gdbserver/Makefile')
-rw-r--r--gnu/usr.bin/gdb/gdbserver/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile
index 29ea01b..9f84f6f 100644
--- a/gnu/usr.bin/gdb/gdbserver/Makefile
+++ b/gnu/usr.bin/gdb/gdbserver/Makefile
@@ -22,6 +22,10 @@ SRCS+= fbsd-i386-low.c i387-fp.c reg-i386.c
SRCS+= fbsd-arm-low.c reg-arm.c
.endif
+.if ${MACHINE_ARCH} == "powerpc"
+SRCS+= fbsd-ppc-low.c reg-ppc.c
+.endif
+
#CFLAGS+= -I${.CURDIR}/../arch/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
CFLAGS+= -I${GDBDIR}/gdb/regformats
OpenPOWER on IntegriCloud