summaryrefslogtreecommitdiff
path: root/cross/mipsel-netbsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/mipsel-netbsd/Makefile')
-rw-r--r--cross/mipsel-netbsd/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/cross/mipsel-netbsd/Makefile b/cross/mipsel-netbsd/Makefile
deleted file mode 100644
index ef1509c1e32..00000000000
--- a/cross/mipsel-netbsd/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2002/09/30 21:24:40 jlam Exp $
-#
-
-DISTVERSION= 1.3.0.0
-DISTFILES= # none
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.netbsd.org/
-COMMENT= Cross-compile environment for NetBSD/mipsel
-
-WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
-
-USE_BUILDLINK2= yes
-USE_CROSS_BINUTILS= yes
-BINUTILS_GNUTARGET= elf32-littlemips
-BINUTILS_LDEMULATION= elf32lmip
-USE_CROSS_EGCS= yes
-EGCS_FAKE_RUNTIME= yes
-
-TARGET_ARCH= mipsel-netbsd
-
-.include "../../mk/bsd.prefs.mk"
-.if (${MACHINE_ARCH} == sparc)
-. include "../../lang/gcc/buildlink2.mk"
-.endif
-
-.include "../COMMON/cross.mk"