summaryrefslogtreecommitdiff
path: root/cross/sh-netbsdcoff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cross/sh-netbsdcoff/Makefile')
-rw-r--r--cross/sh-netbsdcoff/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/cross/sh-netbsdcoff/Makefile b/cross/sh-netbsdcoff/Makefile
new file mode 100644
index 00000000000..94f7f03fbdb
--- /dev/null
+++ b/cross/sh-netbsdcoff/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/04 01:20:48 itojun 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= coff-sh
+BINUTILS_LDEMULATION= shunx
+USE_CROSS_EGCS= yes
+EGCS_FAKE_RUNTIME= yes
+
+TARGET_ARCH= sh-netbsdcoff
+
+.include "../COMMON/cross.mk"