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/binutils/Makefile | |
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/binutils/Makefile')
-rw-r--r-- | cross/binutils/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
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" |