diff options
author | tv <tv> | 1999-01-07 01:07:41 +0000 |
---|---|---|
committer | tv <tv> | 1999-01-07 01:07:41 +0000 |
commit | b2799f42046a85fa169c3ae0a1ebd957d30fc3fb (patch) | |
tree | 5a79509ff89950cb3887211fc1bc4b87dd62b8f2 /cross | |
parent | bf2389f1b78ca2daa693b8e1439c6710e99b0c47 (diff) | |
download | pkgsrc-b2799f42046a85fa169c3ae0a1ebd957d30fc3fb.tar.gz |
Forget gprof until I figure out why it's not properly configuring.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 7 | ||||
-rw-r--r-- | cross/binutils/pkg/PLIST | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index d76a1dd5379..108b1755c3f 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/01/06 21:43:34 tv Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/07 01:07:41 tv Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -18,10 +18,10 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-64-bit-bfd \ --enable-targets=${ENABLE_TARGETS_LIST} \ - --target=powerpc-eabi + --target=i386-linux # --target above ensures that --host is not included as default MAKE_ARGS+= CFLAGS="${CFLAGS}" -ALL_TARGET= all-binutils all-gprof all-ld +ALL_TARGET= all-binutils all-ld BINDIR= ${PREFIX}/libexec/binutils @@ -43,7 +43,6 @@ do-install: @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/addr2line ${BINDIR} @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/ar ${BINDIR} @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/dlltool ${BINDIR} - @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/gprof/gprof ${BINDIR} @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/ld/ld-new ${BINDIR}/ld @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/nlmconv ${BINDIR} @${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/binutils/nm-new ${BINDIR}/nm diff --git a/cross/binutils/pkg/PLIST b/cross/binutils/pkg/PLIST index c377ecae0c6..4e6c1c1afde 100644 --- a/cross/binutils/pkg/PLIST +++ b/cross/binutils/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1999/01/04 22:37:32 tv Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/01/07 01:07:41 tv Exp $ lib/ldscripts/elf32_sparc.x lib/ldscripts/elf32_sparc.xbn lib/ldscripts/elf32_sparc.xn @@ -101,7 +101,6 @@ lib/libopcodes.a libexec/binutils/addr2line libexec/binutils/ar libexec/binutils/dlltool -libexec/binutils/gprof libexec/binutils/ld libexec/binutils/nlmconv libexec/binutils/nm |