summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortv <tv>1999-04-26 14:12:59 +0000
committertv <tv>1999-04-26 14:12:59 +0000
commitc985735a34902db737e06a102458c95c67830df2 (patch)
tree7d81a46c5a0a742028027f772b1ea50d2224839b /cross
parentcd987b356e435c631b39b85d8694a969355335c1 (diff)
downloadpkgsrc-c985735a34902db737e06a102458c95c67830df2.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/Makefile16
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"