5b766363f2
libtool. Joint work with ajacoutot@
23 lines
414 B
Makefile
23 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/21 08:33:52 landry Exp $
|
|
|
|
COMMENT= binutils for arm-elf cross-development
|
|
|
|
V= 2.20
|
|
REVISION= 0
|
|
DISTNAME= binutils-${V}
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/binutils/
|
|
|
|
WANTLIB= c z
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
|
|
DIST_SUBDIR= binutils
|
|
|
|
USE_LIBTOOL= No
|
|
|
|
CONFIGURE_ARGS+=--enable-commonbfdlib=no \
|
|
--enable-interwork \
|
|
--enable-multilib
|
|
|
|
.include <bsd.port.mk>
|