Module Name: src
Committed By: christos
Date: Sat Jan 23 23:02:32 UTC 2016
Modified Files:
src/external/gpl3/gdb: Makefile.inc
Log Message:
expose kernel types for gdb so that we don't have to fix each arch separately
for now.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/gpl3/gdb/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb/Makefile.inc
diff -u src/external/gpl3/gdb/Makefile.inc:1.9 src/external/gpl3/gdb/Makefile.inc:1.10
--- src/external/gpl3/gdb/Makefile.inc:1.9 Sun Aug 16 05:51:58 2015
+++ src/external/gpl3/gdb/Makefile.inc Sat Jan 23 18:02:31 2016
@@ -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/}