diff options
author | itojun <itojun> | 2001-01-04 01:20:48 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-04 01:20:48 +0000 |
commit | b7baaae77dd5b035a276330f51357df79ac4a7f4 (patch) | |
tree | de65144090def023335c7c3d2b5ca09017cb53c0 /cross/sh-netbsdcoff | |
parent | 5c701c1a0264d9d166f0965757efccc50f8dc44d (diff) | |
download | pkgsrc-b7baaae77dd5b035a276330f51357df79ac4a7f4.tar.gz |
cross/sh-netbsdcoff, big endian sh3 cross compiler
Diffstat (limited to 'cross/sh-netbsdcoff')
-rw-r--r-- | cross/sh-netbsdcoff/Makefile | 20 | ||||
-rw-r--r-- | cross/sh-netbsdcoff/files/md5 | 5 | ||||
-rw-r--r-- | cross/sh-netbsdcoff/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cross/sh-netbsdcoff/pkg/DESCR | 1 | ||||
-rw-r--r-- | cross/sh-netbsdcoff/pkg/MESSAGE | 12 | ||||
-rw-r--r-- | cross/sh-netbsdcoff/pkg/PLIST | 1 |
6 files changed, 40 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" diff --git a/cross/sh-netbsdcoff/files/md5 b/cross/sh-netbsdcoff/files/md5 new file mode 100644 index 00000000000..990a9763d88 --- /dev/null +++ b/cross/sh-netbsdcoff/files/md5 @@ -0,0 +1,5 @@ +$NetBSD: md5,v 1.1.1.1 2001/01/04 01:20:48 itojun Exp $ + +MD5 (binutils-2.9.1.tar.gz) = 8f9ad1a6e96742fd3069479171a63c22 +MD5 (egcs-1.1.1.tar.gz) = 0b3f0e856dcbb2241c183081fc7271af +MD5 (egcs-1.1.1-NetBSD-19980104.diff.gz) = 8c4d952d999ead62f6604948c65c2454 diff --git a/cross/sh-netbsdcoff/pkg/COMMENT b/cross/sh-netbsdcoff/pkg/COMMENT new file mode 100644 index 00000000000..dc53a6ffc77 --- /dev/null +++ b/cross/sh-netbsdcoff/pkg/COMMENT @@ -0,0 +1 @@ +Cross-compile environment for NetBSD/{mmeye,evbsh3} diff --git a/cross/sh-netbsdcoff/pkg/DESCR b/cross/sh-netbsdcoff/pkg/DESCR new file mode 100644 index 00000000000..0e3c2fbe3d8 --- /dev/null +++ b/cross/sh-netbsdcoff/pkg/DESCR @@ -0,0 +1 @@ +This cross-compile environment is for NetBSD/{mmeye,evbsh3}. diff --git a/cross/sh-netbsdcoff/pkg/MESSAGE b/cross/sh-netbsdcoff/pkg/MESSAGE new file mode 100644 index 00000000000..1a68d93370c --- /dev/null +++ b/cross/sh-netbsdcoff/pkg/MESSAGE @@ -0,0 +1,12 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1.1.1 2001/01/04 01:20:48 itojun Exp $ + +This pkg DOES NOT install headers or runtime link libraries. Only the +compilers are installed. + +In order to have a complete development setup, you need to install +includes and libraries in ${CROSSBASE}/mipsel-netbsd/include and +${CROSSBASE}/mipsel-netbsd/lib respectively, or symlink these paths to +the appropriate places. + +============================================================================= diff --git a/cross/sh-netbsdcoff/pkg/PLIST b/cross/sh-netbsdcoff/pkg/PLIST new file mode 100644 index 00000000000..6807d00e7ad --- /dev/null +++ b/cross/sh-netbsdcoff/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/04 01:20:48 itojun Exp $ |