diff options
author | tv <tv> | 1999-01-06 01:20:27 +0000 |
---|---|---|
committer | tv <tv> | 1999-01-06 01:20:27 +0000 |
commit | 01a435ebbf9ec9aea37d4785fa29850051c87f7d (patch) | |
tree | a31b33206f7eb2c0f5be9bd80f2b41d1d9da5f07 /cross/powerpc-netbsd/pkg | |
parent | 55876d42b2b1e918f5ee3683debca7cef30c54d7 (diff) | |
download | pkgsrc-01a435ebbf9ec9aea37d4785fa29850051c87f7d.tar.gz |
Add the first NetBSD-targeted cross compiler, cross-netbsd-powerpc.
Installs only the compiler, no headers or runtime link libraries.
Diffstat (limited to 'cross/powerpc-netbsd/pkg')
-rw-r--r-- | cross/powerpc-netbsd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | cross/powerpc-netbsd/pkg/DESCR | 1 | ||||
-rw-r--r-- | cross/powerpc-netbsd/pkg/MESSAGE | 12 | ||||
-rw-r--r-- | cross/powerpc-netbsd/pkg/PLIST | 1 |
4 files changed, 15 insertions, 0 deletions
diff --git a/cross/powerpc-netbsd/pkg/COMMENT b/cross/powerpc-netbsd/pkg/COMMENT new file mode 100644 index 00000000000..3ece50b3842 --- /dev/null +++ b/cross/powerpc-netbsd/pkg/COMMENT @@ -0,0 +1 @@ +Cross-compile environment for NetBSD/powerpc diff --git a/cross/powerpc-netbsd/pkg/DESCR b/cross/powerpc-netbsd/pkg/DESCR new file mode 100644 index 00000000000..051c5b5ec62 --- /dev/null +++ b/cross/powerpc-netbsd/pkg/DESCR @@ -0,0 +1 @@ +This cross-compile environment is for NetBSD/powerpc. diff --git a/cross/powerpc-netbsd/pkg/MESSAGE b/cross/powerpc-netbsd/pkg/MESSAGE new file mode 100644 index 00000000000..81b6a97fa18 --- /dev/null +++ b/cross/powerpc-netbsd/pkg/MESSAGE @@ -0,0 +1,12 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1 1999/01/06 01:20:28 tv 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}/powerpc-netbsd/include and +${CROSSBASE}/powerpc-netbsd/lib respectively, or symlink these paths to +the appropriate places. + +============================================================================= diff --git a/cross/powerpc-netbsd/pkg/PLIST b/cross/powerpc-netbsd/pkg/PLIST new file mode 100644 index 00000000000..324e5b7f2d0 --- /dev/null +++ b/cross/powerpc-netbsd/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 1999/01/06 01:20:28 tv Exp $ |