Sat Jan 23 23:02:32 2016 UTC ()
expose kernel types for gdb so that we don't have to fix each arch separately
for now.


(christos)
diff -r1.9 -r1.10 src/external/gpl3/gdb/Makefile.inc

cvs diff -r1.9 -r1.10 src/external/gpl3/gdb/Makefile.inc (expand / switch to context diff)
--- src/external/gpl3/gdb/Makefile.inc 2015/08/16 09:51:58 1.9
+++ src/external/gpl3/gdb/Makefile.inc 2016/01/23 23:02:31 1.10
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.inc,v 1.9 2015/08/16 09:51:58 christos Exp $
+# $NetBSD: Makefile.inc,v 1.10 2016/01/23 23:02:31 christos Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
 BINDIR=/usr/bin
 WARNS?=		0
+CPPFLAGS+=	-D_KERNTYPES
 
 GDB_MACHINE_ARCH=	${MACHINE_ARCH:C/armv[4-7]/arm/}