summaryrefslogtreecommitdiff
path: root/cross/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-04-26 14:12:59 +0000
committertv <tv>1999-04-26 14:12:59 +0000
commit3a66d53c74c5f007f0d9b005175dd181592a169b (patch)
tree7d81a46c5a0a742028027f772b1ea50d2224839b /cross/Makefile
parente0899fc9179dfc89ff67dfefe07898636af367a5 (diff)
downloadpkgsrc-3a66d53c74c5f007f0d9b005175dd181592a169b.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/Makefile')
-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"