diff options
author | fredb <fredb@pkgsrc.org> | 2003-06-11 18:20:23 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-06-11 18:20:23 +0000 |
commit | 419202b8d998521450a2269f6176c11dc871eb28 (patch) | |
tree | 3f99c98ace5c4502f94d5afb155120dffce699b8 /lang/gcc3 | |
parent | 289cb68e027e23ef631630a56a45d368bbe65e96 (diff) | |
download | pkgsrc-419202b8d998521450a2269f6176c11dc871eb28.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/gcc3')
-rw-r--r-- | lang/gcc3/Makefile | 3 |
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 |