diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-12-06 09:34:28 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-12-06 09:34:28 +0000 |
commit | f874367e5ccdf55b29c99fdc369c511cf24129e5 (patch) | |
tree | 5fbe2170bded596ad610835db5676086e9c8b843 /cross | |
parent | 314c448fc52b9054585498fc540e44ef3132eb5b (diff) | |
download | pkgsrc-f874367e5ccdf55b29c99fdc369c511cf24129e5.tar.gz |
Initial import of cross-i386-netbsd-1.3.0.0
Cross-compile environment for a.out NetBSD/i386
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-netbsd/Makefile | 20 | ||||
-rw-r--r-- | cross/i386-netbsd/files/md5 | 5 | ||||
-rw-r--r-- | cross/i386-netbsd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cross/i386-netbsd/pkg/DESCR | 1 | ||||
-rw-r--r-- | cross/i386-netbsd/pkg/MESSAGE | 12 | ||||
-rw-r--r-- | cross/i386-netbsd/pkg/PLIST | 1 |
6 files changed, 40 insertions, 0 deletions
diff --git a/cross/i386-netbsd/Makefile b/cross/i386-netbsd/Makefile new file mode 100644 index 00000000000..d65bb1cc357 --- /dev/null +++ b/cross/i386-netbsd/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 09:34:28 sakamoto Exp $ +# + +DISTVERSION= 1.3.0.0 +DISTFILES= # none + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.netbsd.org/ + +WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME} + +USE_CROSS_BINUTILS= yes +BINUTILS_GNUTARGET= a.out-i386-netbsd +BINUTILS_LDEMULATION= i386nbsd +USE_CROSS_EGCS= yes +EGCS_FAKE_RUNTIME= yes + +TARGET_ARCH= i386-netbsd + +.include "../COMMON/cross.mk" diff --git a/cross/i386-netbsd/files/md5 b/cross/i386-netbsd/files/md5 new file mode 100644 index 00000000000..7d654927dd5 --- /dev/null +++ b/cross/i386-netbsd/files/md5 @@ -0,0 +1,5 @@ +$NetBSD: md5,v 1.1.1.1 1999/12/06 09:34:29 sakamoto 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/i386-netbsd/pkg/COMMENT b/cross/i386-netbsd/pkg/COMMENT new file mode 100644 index 00000000000..3da800579b3 --- /dev/null +++ b/cross/i386-netbsd/pkg/COMMENT @@ -0,0 +1 @@ +Cross-compile environment for a.out NetBSD/i386 diff --git a/cross/i386-netbsd/pkg/DESCR b/cross/i386-netbsd/pkg/DESCR new file mode 100644 index 00000000000..e72bafb16cb --- /dev/null +++ b/cross/i386-netbsd/pkg/DESCR @@ -0,0 +1 @@ +This cross-compile environment is for a.out NetBSD/i386. diff --git a/cross/i386-netbsd/pkg/MESSAGE b/cross/i386-netbsd/pkg/MESSAGE new file mode 100644 index 00000000000..7fdc4d6c09d --- /dev/null +++ b/cross/i386-netbsd/pkg/MESSAGE @@ -0,0 +1,12 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1.1.1 1999/12/06 09:34:29 sakamoto 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}/i386-netbsd/include and +${CROSSBASE}/i386-netbsd/lib respectively, or symlink these paths to +the appropriate places. + +============================================================================= diff --git a/cross/i386-netbsd/pkg/PLIST b/cross/i386-netbsd/pkg/PLIST new file mode 100644 index 00000000000..da86b93131e --- /dev/null +++ b/cross/i386-netbsd/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/12/06 09:34:29 sakamoto Exp $ |