NetBSD/external/gpl3/gdb/Makefile.inc
mrg b0273061d2 move the GDB_MACHINE_ARCH setting into a separate file so tools can
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.)
2016-10-16 04:36:51 +00:00

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