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 unified 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,16 +1,17 @@ @@ -1,16 +1,17 @@
1# $NetBSD: Makefile.inc,v 1.9 2015/08/16 09:51:58 christos Exp $ 1# $NetBSD: Makefile.inc,v 1.10 2016/01/23 23:02:31 christos Exp $
2 2
3USE_LIBEDIT=no 3USE_LIBEDIT=no
4USE_TUI=yes 4USE_TUI=yes
5BINDIR=/usr/bin 5BINDIR=/usr/bin
6WARNS?= 0 6WARNS?= 0
 7CPPFLAGS+= -D_KERNTYPES
7 8
8GDB_MACHINE_ARCH= ${MACHINE_ARCH:C/armv[4-7]/arm/} 9GDB_MACHINE_ARCH= ${MACHINE_ARCH:C/armv[4-7]/arm/}
9 10
10CWARNFLAGS.clang+= -Wno-unused-value -Wno-conversion \ 11CWARNFLAGS.clang+= -Wno-unused-value -Wno-conversion \
11 -Wno-switch-enum -Wno-parentheses -Wno-comment \ 12 -Wno-switch-enum -Wno-parentheses -Wno-comment \
12 -Wno-format-security \ 13 -Wno-format-security \
13 -Wno-tautological-compare -Wno-format-extra-args \ 14 -Wno-tautological-compare -Wno-format-extra-args \
14 -Wno-string-plus-int 15 -Wno-string-plus-int
15 16
16DIST:= ${.PARSEDIR}/dist 17DIST:= ${.PARSEDIR}/dist