openbsd-ports/devel/arm-elf/binutils/Makefile
jasper 258b54f6e3 start moving gnu toolchain components into their own DIST_SUBDIR, such as
gdb/. otherwise we would end up with several copies of the same distfile
for no good reason.

ok pirofti@
2011-11-11 18:33:03 +00:00

20 lines
385 B
Makefile

# $OpenBSD: Makefile,v 1.6 2011/11/11 18:33:03 jasper Exp $
COMMENT= binutils for arm-elf cross-development
V= 2.20
DISTNAME= binutils-${V}
HOMEPAGE= http://www.gnu.org/software/binutils/
WANTLIB= c z
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
DIST_SUBDIR= binutils
CONFIGURE_ARGS+=--enable-commonbfdlib=no \
--enable-interwork \
--enable-multilib
.include <bsd.port.mk>