diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-06 22:51:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-06 22:51:34 +0000 |
commit | 5a1ea1fb96dfcf50f79502466caa17fbdc6d2ff7 (patch) | |
tree | 7e38264aa22e81294123d1b6963961743dc1eca2 /cross | |
parent | b8db9b28eebdcbfec7cc61551d1eeba72d419afd (diff) | |
download | pkgsrc-5a1ea1fb96dfcf50f79502466caa17fbdc6d2ff7.tar.gz |
Remove references to buildlink2.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/COMMON/cross.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 6187af98ff7..b82868e8aa6 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.27 2004/01/25 02:36:11 grant Exp $ +# $NetBSD: cross.mk,v 1.28 2004/07/06 22:51:34 wiz Exp $ # Shared definitions for building a cross-compile environment. @@ -37,11 +37,7 @@ CXXFLAGS= # empty CROSS_DISTFILES+= ${BINUTILS_DISTNAME}.tar.gz MASTER_SITES+= ${MASTER_SITE_GNU:=binutils/} CONFIGURE_ARGS+= --with-gnu-as --with-gnu-ld -.if defined(USE_BUILDLINK2) && empty(USE_BUILDLINK2:M[nN][oO]) -. include "../../cross/binutils/buildlink2.mk" -.else DEPENDS+= cross-binutils>=2.9.1.1:../../cross/binutils -.endif PLIST_PRE+= ${COMMON_DIR}/PLIST-binutils AS_FOR_TARGET= ${BINUTILS_WRKSRC}/gas/as-new |