5a71f2c6ae
with additional patches for msp430 support. One will need an upcoming umodem.c commit by jakemsr@, and an upcoming mspdebug port in order to actually program the devices though. feedback/ok aja@
17 lines
328 B
Makefile
17 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/01 09:06:52 jasper Exp $
|
|
|
|
COMMENT= GNU binutils for msp430
|
|
|
|
V= 2.20
|
|
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>
|