summaryrefslogtreecommitdiff
path: root/cross/binutils/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-01-07 01:07:41 +0000
committertv <tv>1999-01-07 01:07:41 +0000
commit3bb9e4b6b23742f2b685ec3bf5d32bd75b059888 (patch)
tree5a79509ff89950cb3887211fc1bc4b87dd62b8f2 /cross/binutils/Makefile
parent7945f5a6e4d6fb1c413140f1df1826b421c2b833 (diff)
downloadpkgsrc-3bb9e4b6b23742f2b685ec3bf5d32bd75b059888.tar.gz
Forget gprof until I figure out why it's not properly configuring.
Diffstat (limited to 'cross/binutils/Makefile')
-rw-r--r--cross/binutils/Makefile7
1 files changed, 3 insertions, 4 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