86aebb49c7
time to look at the gcc 4.5 codegen issues we should at least have a usable -current for vax.
15 lines
374 B
Makefile
15 lines
374 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2012/06/22 20:32:35 abs Exp $
|
|
|
|
USE_LIBEDIT=no
|
|
USE_TUI=yes
|
|
BINDIR=/usr/bin
|
|
WARNS?= 0
|
|
|
|
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
|