diff options
author | tv <tv@pkgsrc.org> | 1999-04-26 14:12:59 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-26 14:12:59 +0000 |
commit | e4ca176bb399c3bc44705283b7a09932d85dd0b5 (patch) | |
tree | 7d81a46c5a0a742028027f772b1ea50d2224839b /cross | |
parent | a008cc8649af797f76457d0e686e732bd8dc2a18 (diff) | |
download | pkgsrc-e4ca176bb399c3bc44705283b7a09932d85dd0b5.tar.gz |
Disable all cross pkgs except zoularis (which IMHO belongs in emulators,
not cross) so that they will not be built as binaries for the 1.4 release.
These need major work to fix outstanding problems with LP64 vs ILP32, the
update of egcs, and other things.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cross/Makefile b/cross/Makefile index e84e4b876db..f34fbf61fe1 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.8 1999/03/09 11:44:03 agc Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/26 14:12:59 tv Exp $ - SUBDIR += binutils - SUBDIR += i386-linux - SUBDIR += i386-linuxglibc1 - SUBDIR += i386-msdosdjgpp - SUBDIR += powerpc-netbsd - SUBDIR += sparc64-netbsd - SUBDIR += sparc-netbsdelf +# SUBDIR += binutils +# SUBDIR += i386-linux +# SUBDIR += i386-linuxglibc1 +# SUBDIR += i386-msdosdjgpp +# SUBDIR += powerpc-netbsd +# SUBDIR += sparc64-netbsd +# SUBDIR += sparc-netbsdelf SUBDIR += zoularis .include "../mk/bsd.pkg.subdir.mk" |