ports/devel/msp430/binutils/Makefile

20 lines
271 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
TOOL= binutils
TOOL_V= 2.21.1a
REVISION= 2
GNU_TOOL= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
WANTLIB= c z
CONFIGURE_ARGS+= --enable-commonbfdlib=no \
--enable-werror=no
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
NO_TEST= No
.include <bsd.port.mk>