2013-08-06 09:35:56 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 2013/08/06 05:35:57 matt Exp $
|
2011-09-26 07:02:44 +04:00
|
|
|
|
|
|
|
USE_LIBEDIT=no
|
|
|
|
USE_TUI=yes
|
2011-10-09 17:58:27 +04:00
|
|
|
BINDIR=/usr/bin
|
2011-09-26 07:02:44 +04:00
|
|
|
WARNS?= 0
|
|
|
|
|
2013-08-06 09:35:56 +04:00
|
|
|
GDB_MACHINE_ARCH= ${MACHINE_ARCH:C/armv[4-7]/arm/}
|
2013-08-05 03:41:43 +04:00
|
|
|
|
2011-09-26 07:02:44 +04:00
|
|
|
CWARNFLAGS.clang+= -Wno-unused-value -Wno-conversion \
|
|
|
|
-Wno-switch-enum -Wno-parentheses -Wno-comment \
|
2011-10-11 19:18:09 +04:00
|
|
|
-Wno-format-security \
|
2012-04-04 14:59:44 +04:00
|
|
|
-Wno-tautological-compare -Wno-format-extra-args \
|
|
|
|
-Wno-string-plus-int
|
2011-09-26 07:02:44 +04:00
|
|
|
|
|
|
|
DIST= ${NETBSDSRCDIR}/external/gpl3/gdb/dist
|