summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authorwrstuden <wrstuden@pkgsrc.org>1999-12-18 02:14:38 +0000
committerwrstuden <wrstuden@pkgsrc.org>1999-12-18 02:14:38 +0000
commit44c92d68c62e7a1279f8ce226fadfbf1996b934c (patch)
treefc0796415ceab1a7617069abaf51c79a26562efb /cross/COMMON
parent219f3b29a4d1873ea5aa998478385c8472fe9e95 (diff)
downloadpkgsrc-44c92d68c62e7a1279f8ce226fadfbf1996b934c.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.mk4
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