openbsd-ports/devel/msp430/binutils/Makefile
jasper c6ac9b96d7 - update msp430-binutils to 2.21.1
* this switches the msp430 toolchain to the uniarch version. for more
information please refer to:
http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:Uniarch
2011-09-05 07:59:58 +00:00

18 lines
352 B
Makefile

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