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/Makefile | |
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/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index e6e4864ee8b..23361335766 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.3 1998/08/14 00:10:44 tv Exp $ +# $NetBSD: Makefile,v 1.4 1999/01/04 22:37:29 tv Exp $ + SUBDIR += binutils SUBDIR += i386-linux SUBDIR += i386-linuxglibc1 SUBDIR += i386-msdosdjgpp |