summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2002-06-01 01:59:10 +0000
committerdmcmahill <dmcmahill>2002-06-01 01:59:10 +0000
commitca2fb77231c684a941d604e47c55e38753179f17 (patch)
tree8d125e0a9edc44aa7652ad86599d8e7438951ac1 /cross
parent7ca357f0300383c5e7c3eeb6d04d916e00209f5b (diff)
downloadpkgsrc-ca2fb77231c684a941d604e47c55e38753179f17.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/mipseb-netbsd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/cross/mipseb-netbsd/Makefile b/cross/mipseb-netbsd/Makefile
index 54e42dce296..34a55a2dc76 100644
--- a/cross/mipseb-netbsd/Makefile
+++ b/cross/mipseb-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 14:05:02 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2002/06/01 01:59:10 dmcmahill Exp $
#
DISTVERSION= 1.3.0.0
@@ -18,4 +18,9 @@ EGCS_FAKE_RUNTIME= yes
TARGET_ARCH= mipseb-netbsd
+.include "../../mk/bsd.prefs.mk"
+.if (${MACHINE_ARCH} == sparc)
+.include "../../lang/gcc/Makefile.gcc"
+.endif
+
.include "../COMMON/cross.mk"