summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-05-31 22:46:40 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-05-31 22:46:40 +0000
commit70070c83eeb4ed828937457f6e0da3ef35feff99 (patch)
tree83f7943befdd4f2ac94be4ce770e5c1aea3a0315 /cross
parent282cc06c49a0f530434c0dacd03092fa350430c2 (diff)
downloadpkgsrc-70070c83eeb4ed828937457f6e0da3ef35feff99.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"