openbsd-ports/devel/arm-elf/gdb/Makefile
2010-10-22 15:32:33 +00:00

24 lines
407 B
Makefile

# $OpenBSD: Makefile,v 1.5 2010/10/22 15:32:33 jasper Exp $
COMMENT= gdb for arm-elf cross-development
DISTNAME= gdb-7.1
HOMEPAGE= http://www.gnu.org/software/gdb/
WANTLIB= c expat m ncurses z
MASTER_SITES= ${MASTER_SITE_GNU:=gdb/}
USE_GMAKE= Yes
CFLAGS+= -Dunix
CONFIGURE_ARGS+= --enable-multilib \
--enable-thumb \
--enable-interwork
REGRESS_DEPENDS=::devel/dejagnu
.include <bsd.port.mk>