NetBSD/tools/gdb/Makefile
cl 98f3b47a3f add gdb53 as a host tool for use as a crossgdb
replaces gdb50 from toolchain on archs which use gcc3
2003-10-26 01:06:27 +00:00

19 lines
405 B
Makefile

# $NetBSD: Makefile,v 1.1 2003/10/26 01:06:27 cl Exp $
.include <bsd.own.mk>
MODULE= gdb
FIND_ARGS= \! \( -type d -name sim -prune \)
CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \
--program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"
MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
ALL_TARGET= all-gdb
INSTALL_TARGET= install-gdb
.include "${.CURDIR}/../Makefile.gnuhost"