NetBSD/external/gpl3/gdb/Makefile.inc

17 lines
427 B
PHP
Raw Normal View History

# $NetBSD: Makefile.inc,v 1.7 2013/08/04 23:41:43 matt Exp $
USE_LIBEDIT=no
USE_TUI=yes
2011-10-09 17:58:27 +04:00
BINDIR=/usr/bin
WARNS?= 0
GDB_MACHINE_ARCH= ${MACHINE_ARCH:C/armv[457]/arm/}
CWARNFLAGS.clang+= -Wno-unused-value -Wno-conversion \
-Wno-switch-enum -Wno-parentheses -Wno-comment \
-Wno-format-security \
-Wno-tautological-compare -Wno-format-extra-args \
-Wno-string-plus-int
DIST= ${NETBSDSRCDIR}/external/gpl3/gdb/dist