diff options
author | tv <tv@pkgsrc.org> | 1999-01-04 22:37:29 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-01-04 22:37:29 +0000 |
commit | ccc8b400719974af8670fac0704ae6587690ecd7 (patch) | |
tree | f6d6b811a4c9cc20cd3b49a70a233e6958d1095b /cross/i386-linux/pkg | |
parent | 63c78674b53510ff581ef5426e739a2a1e3536bc (diff) | |
download | pkgsrc-ccc8b400719974af8670fac0704ae6587690ecd7.tar.gz |
Major `cross' category overhaul. Clean up the shared Makefiles; move all
binutils stuff (except gas) to a shared, multiple-target binutils build;
reduce extract and compile times by being more specific with files and
targets; update to egcs 1.1.1 with a diffball from NetBSD's src/gnu/dist
tree; add 4.4BSD a.out archive support to binutils.
Diffstat (limited to 'cross/i386-linux/pkg')
-rw-r--r-- | cross/i386-linux/pkg/PLIST | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/cross/i386-linux/pkg/PLIST b/cross/i386-linux/pkg/PLIST index 0b7c1fc3b48..800c9fc5920 100644 --- a/cross/i386-linux/pkg/PLIST +++ b/cross/i386-linux/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/08/23 20:23:54 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/01/04 22:37:33 tv Exp $ ${TARGET_ARCH}/include/_G_config.h ${TARGET_ARCH}/include/__math.h ${TARGET_ARCH}/include/a.out.h @@ -687,3 +687,17 @@ lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/crtbegin.o lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/crtbeginS.o lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/crtend.o lib/gcc-lib/${TARGET_ARCH}/${EGCS_INTVERSION}/crtendS.o +@dirrm ${TARGET_ARCH}/include/arpa +@dirrm ${TARGET_ARCH}/include/gnu +@dirrm ${TARGET_ARCH}/include/net +@dirrm ${TARGET_ARCH}/include/netinet +@dirrm ${TARGET_ARCH}/include/netipx +@dirrm ${TARGET_ARCH}/include/nfs +@dirrm ${TARGET_ARCH}/include/protocols +@dirrm ${TARGET_ARCH}/include/rpc +@dirrm ${TARGET_ARCH}/include/rpcsvc +@dirrm ${TARGET_ARCH}/include/sys +@dirrm ${TARGET_ARCH}/include/asm +@dirrm ${TARGET_ARCH}/include/linux/modules +@dirrm ${TARGET_ARCH}/include/linux +@dirrm ${TARGET_ARCH}/include/scsi |