summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-05-31 22:46:40 +0000
committerdmcmahill <dmcmahill>2002-05-31 22:46:40 +0000
commit7ca357f0300383c5e7c3eeb6d04d916e00209f5b (patch)
tree83f7943befdd4f2ac94be4ce770e5c1aea3a0315 /cross
parenta9ba252b6a01785490f215bd84f7e8f4ce749347 (diff)
downloadpkgsrc-7ca357f0300383c5e7c3eeb6d04d916e00209f5b.tar.gz
use lang/gcc on sparc on older systems. fixes build problems on 1.5 systems
Diffstat (limited to 'cross')
-rw-r--r--cross/mipsel-netbsd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cross/mipsel-netbsd/Makefile b/cross/mipsel-netbsd/Makefile
index 62f79557b7e..28cdff3b69f 100644
--- a/cross/mipsel-netbsd/Makefile
+++ b/cross/mipsel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/05/31 22:46:40 dmcmahill Exp $
#
DISTVERSION= 1.3.0.0
@@ -18,4 +18,9 @@ EGCS_FAKE_RUNTIME= yes
TARGET_ARCH= mipsel-netbsd
+.include "../../mk/bsd.prefs.mk"
+.if (${MACHINE_ARCH} == sparc)
+.include "../../lang/gcc/Makefile.gcc"
+.endif
+
.include "../COMMON/cross.mk"