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/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/cross/sh-netbsdcoff/Makefile b/cross/sh-netbsdcoff/Makefile
deleted file mode 100644
index 14852b1f485..00000000000
--- a/cross/sh-netbsdcoff/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2001/02/16 14:05:05 wiz Exp $
-#
-
-DISTVERSION= 1.3.0.0
-DISTFILES= # none
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www.netbsd.org/
-COMMENT= Cross-compile environment for big-endian NetBSD/{mmeye,evbsh3}
-
-WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
-
-USE_CROSS_BINUTILS= yes
-BINUTILS_GNUTARGET= coff-sh
-BINUTILS_LDEMULATION= shunx
-USE_CROSS_EGCS= yes
-EGCS_FAKE_RUNTIME= yes
-EGCS_MULTILIB= yes
-
-TARGET_ARCH= sh-netbsdcoff
-
-.include "../COMMON/cross.mk"