summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2003-09-30 22:46:42 +0000
committerkristerw <kristerw@pkgsrc.org>2003-09-30 22:46:42 +0000
commit122f3dac0a77fea492ec0f8873cc1a8357ec0157 (patch)
tree2484cd57c275354595ac13dd91383dc58d4b1309 /cross
parent1379422e422b6de6228de2bf6d042ac3a8a1f5b5 (diff)
downloadpkgsrc-122f3dac0a77fea492ec0f8873cc1a8357ec0157.tar.gz
DTRT for USE_BUILDLINK2=no (or rather [nN][oO]).
Diffstat (limited to 'cross')
-rw-r--r--cross/COMMON/cross.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index 6d100cd7e9e..f904d09490b 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.25 2002/10/03 19:12:47 wiz Exp $
+# $NetBSD: cross.mk,v 1.26 2003/09/30 22:46:42 kristerw Exp $
# Shared definitions for building a cross-compile environment.
@@ -37,7 +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)
+.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