summaryrefslogtreecommitdiff
path: root/cross/mipsel-netbsd/Makefile
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2000-02-19 00:58:39 +0000
committertsutsui <tsutsui@pkgsrc.org>2000-02-19 00:58:39 +0000
commit286f01c79b26005042a6cdbfe88f26d95601dcb3 (patch)
treecfb9eb3c5e398243c0a8c8a7223fd1be8a70aa6d /cross/mipsel-netbsd/Makefile
parent8428c6610f7043f5a6b7b8bbc3857745d96280a1 (diff)
downloadpkgsrc-286f01c79b26005042a6cdbfe88f26d95601dcb3.tar.gz
Cross-compile environment for NetBSD/mipsel.
Diffstat (limited to 'cross/mipsel-netbsd/Makefile')
-rw-r--r--cross/mipsel-netbsd/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/cross/mipsel-netbsd/Makefile b/cross/mipsel-netbsd/Makefile
new file mode 100644
index 00000000000..4eba64441da
--- /dev/null
+++ b/cross/mipsel-netbsd/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 00:58:39 tsutsui Exp $
+#
+
+DISTVERSION= 1.3.0.0
+DISTFILES= # none
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.netbsd.org/
+
+WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
+
+USE_CROSS_BINUTILS= yes
+BINUTILS_GNUTARGET= elf32-littlemips
+BINUTILS_LDEMULATION= elf32lmip
+USE_CROSS_EGCS= yes
+EGCS_FAKE_RUNTIME= yes
+
+TARGET_ARCH= mipsel-netbsd
+
+.include "../COMMON/cross.mk"