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 | |
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')
-rw-r--r-- | cross/COMMON/cross.mk | 4 | ||||
-rw-r--r-- | cross/binutils/Makefile | 9 | ||||
-rw-r--r-- | cross/binutils/pkg/PLIST | 5 |
3 files changed, 12 insertions, 6 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 diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 623135663f8..9f8335dcd86 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 1999/12/15 19:33:04 fredb Exp $ +# $NetBSD: Makefile,v 1.16 1999/12/18 02:14:39 wrstuden Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which # gets built at cross-pkg build time (it's target specific). DISTNAME= binutils-2.9.1 -PKGNAME= cross-binutils-2.9.1.0 +PKGNAME= cross-binutils-2.9.1.1 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} @@ -39,7 +39,7 @@ ENABLE_TARGETS+= alpha-netbsd arm-netbsd \ # we use MKDIR, not INSTALL_PROGRAM_DIR, deliberately. do-install: - ${MKDIR} ${BINDIR} ${PREFIX}/lib/ldscripts + ${MKDIR} ${BINDIR} ${PREFIX}/lib/ldscripts ${PREFIX}/include @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/addr2line ${BINDIR} @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/ar ${BINDIR} @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/dlltool ${BINDIR} @@ -55,6 +55,9 @@ do-install: @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/windres ${BINDIR} @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/bfd/libbfd.la ${PREFIX}/lib @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/opcodes/libopcodes.la ${PREFIX}/lib + @${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libiberty/libiberty.a ${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/include/ansidecl.h ${PREFIX}/include + ${INSTALL_DATA} ${WRKSRC}/bfd/bfd.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/ld/ldscripts/* ${PREFIX}/lib/ldscripts .include "../../mk/bsd.pkg.mk" diff --git a/cross/binutils/pkg/PLIST b/cross/binutils/pkg/PLIST index a2b7ff3a2bc..406ce77e720 100644 --- a/cross/binutils/pkg/PLIST +++ b/cross/binutils/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1999/10/27 10:43:57 fredb Exp $ +@comment $NetBSD: PLIST,v 1.4 1999/12/18 02:14:39 wrstuden Exp $ lib/ldscripts/elf32_sparc.x lib/ldscripts/elf32_sparc.xbn lib/ldscripts/elf32_sparc.xn @@ -88,10 +88,13 @@ lib/ldscripts/sun4.xn lib/ldscripts/sun4.xr lib/ldscripts/sun4.xu @unexec rmdir %D/lib/ldscripts 2>/dev/null || true +include/ansidecl.h +include/bfd.h lib/libbfd-2.9.1.so.0.0 lib/libbfd.a lib/libopcodes-2.9.1.so.0.0 lib/libopcodes.a +lib/libiberty.a libexec/binutils/addr2line libexec/binutils/ar libexec/binutils/dlltool |