755ae3d6b5
tested by and ok MAINTAINER
21 lines
380 B
Makefile
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>
|