openbsd-ports/devel/arm-elf/binutils/Makefile
sturm 9a9b1d2495 GNU cross compiler suite, configured for the arm-elf target.
from and maintained by Sebastian Trahm <basti at schleifi.com>
2007-04-02 15:35:01 +00:00

22 lines
439 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/04/02 15:35:01 sturm Exp $
COMMENT= "binutils for arm-elf cross-development"
V= 2.16
DISTNAME= binutils-${V}
HOMEPAGE= http://www.gnu.org/software/binutils/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
CONFIGURE_ARGS+=--enable-commonbfdlib=no
.include <bsd.port.mk>