diff options
author | wrstuden <wrstuden> | 1999-12-18 02:14:38 +0000 |
---|---|---|
committer | wrstuden <wrstuden> | 1999-12-18 02:14:38 +0000 |
commit | 559531da3fd29599489e738b0290de009e83ce1c (patch) | |
tree | fc0796415ceab1a7617069abaf51c79a26562efb /cross/COMMON | |
parent | 937ffb83408d110aa966f55eab425c286e6c9e31 (diff) | |
download | pkgsrc-559531da3fd29599489e738b0290de009e83ce1c.tar.gz |
Bump binutils package to 2.9.1.1. Now install bfd.h and ansidefs.h, and
libiberty.a. Lets other packages link against this libbfd.
Discussed with Todd, and an interum fix until he can bash on this package
some more.
Diffstat (limited to 'cross/COMMON')
-rw-r--r-- | cross/COMMON/cross.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 958aabe8e27..8c0c03a348e 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.13 1999/10/27 10:46:55 fredb Exp $ +# $NetBSD: cross.mk,v 1.14 1999/12/18 02:14:38 wrstuden Exp $ # Shared definitions for building a cross-compile environment. @@ -30,7 +30,7 @@ BINUTILS_WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME} CROSS_DISTFILES+= ${BINUTILS_DISTNAME}.tar.gz MASTER_SITES+= ${MASTER_SITE_GNU:=/binutils/} CONFIGURE_ARGS+= --with-gnu-as --with-gnu-ld -DEPENDS+= cross-binutils-2.9.1.0:../../cross/binutils +DEPENDS+= cross-binutils-2.9.1.1:../../cross/binutils PLIST_PRE+= ${COMMON_DIR}/PLIST-binutils AS_FOR_TARGET= ${BINUTILS_WRKSRC}/gas/as-new |