diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2000-02-19 00:58:39 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2000-02-19 00:58:39 +0000 |
commit | 286f01c79b26005042a6cdbfe88f26d95601dcb3 (patch) | |
tree | cfb9eb3c5e398243c0a8c8a7223fd1be8a70aa6d /cross | |
parent | 8428c6610f7043f5a6b7b8bbc3857745d96280a1 (diff) | |
download | pkgsrc-286f01c79b26005042a6cdbfe88f26d95601dcb3.tar.gz |
Cross-compile environment for NetBSD/mipsel.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/mipsel-netbsd/Makefile | 20 | ||||
-rw-r--r-- | cross/mipsel-netbsd/files/md5 | 5 | ||||
-rw-r--r-- | cross/mipsel-netbsd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cross/mipsel-netbsd/pkg/DESCR | 1 | ||||
-rw-r--r-- | cross/mipsel-netbsd/pkg/MESSAGE | 12 | ||||
-rw-r--r-- | cross/mipsel-netbsd/pkg/PLIST | 1 |
6 files changed, 40 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" diff --git a/cross/mipsel-netbsd/files/md5 b/cross/mipsel-netbsd/files/md5 new file mode 100644 index 00000000000..bf8881103b3 --- /dev/null +++ b/cross/mipsel-netbsd/files/md5 @@ -0,0 +1,5 @@ +$NetBSD: md5,v 1.1.1.1 2000/02/19 00:58:39 tsutsui 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/mipsel-netbsd/pkg/COMMENT b/cross/mipsel-netbsd/pkg/COMMENT new file mode 100644 index 00000000000..1f6908b07b0 --- /dev/null +++ b/cross/mipsel-netbsd/pkg/COMMENT @@ -0,0 +1 @@ +Cross-compile environment for NetBSD/mipsel diff --git a/cross/mipsel-netbsd/pkg/DESCR b/cross/mipsel-netbsd/pkg/DESCR new file mode 100644 index 00000000000..d59c81b1f34 --- /dev/null +++ b/cross/mipsel-netbsd/pkg/DESCR @@ -0,0 +1 @@ +This cross-compile environment is for NetBSD/mipsel. diff --git a/cross/mipsel-netbsd/pkg/MESSAGE b/cross/mipsel-netbsd/pkg/MESSAGE new file mode 100644 index 00000000000..5e9ed3bf100 --- /dev/null +++ b/cross/mipsel-netbsd/pkg/MESSAGE @@ -0,0 +1,12 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1.1.1 2000/02/19 00:58:39 tsutsui 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/mipsel-netbsd/pkg/PLIST b/cross/mipsel-netbsd/pkg/PLIST new file mode 100644 index 00000000000..601a556d4ea --- /dev/null +++ b/cross/mipsel-netbsd/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/19 00:58:39 tsutsui Exp $ |