diff options
-rw-r--r-- | cross/mipsel-netbsd/Makefile | 7 |
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" |