b0273061d2
access it. modify it such that it's "arm" or "armeb" for all arm, but only in new gdb, not gdb.old (avoid changing gdb.old as much as possible now.)
18 lines
409 B
Makefile
18 lines
409 B
Makefile
# $NetBSD: Makefile.inc,v 1.11 2016/10/16 04:36:52 mrg Exp $
|
|
|
|
USE_LIBEDIT=no
|
|
USE_TUI=yes
|
|
BINDIR=/usr/bin
|
|
WARNS?= 0
|
|
CPPFLAGS+= -D_KERNTYPES
|
|
|
|
.include "Makefile.gdb_arch"
|
|
|
|
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:= ${.PARSEDIR}/dist
|