summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfredb <fredb>2003-06-11 18:20:23 +0000
committerfredb <fredb>2003-06-11 18:20:23 +0000
commit853aca06b27d721a3c97dbaa649852e5078f1a2e (patch)
tree3f99c98ace5c4502f94d5afb155120dffce699b8 /lang
parent22c439eb256f15c308062c948e652c9d97bdbda7 (diff)
downloadpkgsrc-853aca06b27d721a3c97dbaa649852e5078f1a2e.tar.gz
Don't gratuitiusly force use of binutil's "ld", as this one evidently
has "${PREFIX}/lib" in it's search path, causing configure to to pick up libraries it shouldn't (such as "libiconv" -- PR pkg/21848).
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc3/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile
index d35581088c1..d9a03168eca 100644
--- a/lang/gcc3/Makefile
+++ b/lang/gcc3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/06/10 23:46:39 fredb Exp $
+# $NetBSD: Makefile,v 1.21 2003/06/11 18:20:23 fredb Exp $
#
DISTNAME= gcc-3.3
@@ -48,7 +48,6 @@ USE_BINUTILS!= ${TEST} ${AS_VERSION} -lt 02130201 && echo YES || echo NO
.if ${USE_BINUTILS} == YES
DEPENDS= binutils>=2.13.2.1:../../devel/binutils
CONFIGURE_ARGS+= --with-as=${PREFIX}/${MACHINE_GNU_PLATFORM}/bin/as
-CONFIGURE_ARGS+= --with-ld=${PREFIX}/${MACHINE_GNU_PLATFORM}/bin/ld
#. include "../../devel/binutils/buildlink2.mk"
.endif