openbsd-ports/devel/arm-elf/binutils/Makefile
jasper 755ae3d6b5 - update arm-elf-binutils to 2.20
tested by and ok MAINTAINER
2010-10-22 15:19:28 +00:00

21 lines
380 B
Makefile

# $OpenBSD: Makefile,v 1.4 2010/10/22 15:19:28 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/}
CONFIGURE_ARGS+=--enable-commonbfdlib=no \
--enable-interwork \
--enable-multilib
USE_GROFF = Yes
.include <bsd.port.mk>