ports/devel/msp430/binutils/Makefile

20 lines
258 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
2023-09-22 16:24:11 +00:00
SITES= ${SITE_GNU:=binutils/}
2023-08-16 22:26:55 +00:00
WANTLIB= c z
CONFIGURE_ARGS+= --enable-commonbfdlib=no \
--enable-werror=no
WRKDIST= ${WRKDIR}/${DISTNAME:S/a$//}
NO_TEST= No
.include <bsd.port.mk>