openbsd-ports/devel/msp430/binutils/Makefile
jasper 30c820c0d2 - update msp430-binutils to 2.21 including support for many new chips
- add a fix against crashing gas on openbsd
2011-05-09 08:58:55 +00:00

17 lines
324 B
Makefile

# $OpenBSD: Makefile,v 1.2 2011/05/09 08:58:55 jasper Exp $
COMMENT= GNU binutils for msp430
V= 2.21
DISTNAME= binutils-$V
PKGNAME= ${TARGET}-${DISTNAME}
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
PATCHFILES= binutils-${V}.patch:0
WANTLIB= c z
CONFIGURE_ARGS+= --enable-commonbfdlib=no
.include <bsd.port.mk>