diff options
author | agc <agc@pkgsrc.org> | 2000-12-04 13:18:39 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-12-04 13:18:39 +0000 |
commit | 449d36cdc0fa7a594cce8d84a2b091b8fc93edac (patch) | |
tree | b59306952b7c57a61b083b75853b7f28171bd283 /cross | |
parent | 14980ceeb3fe3e7cff0b8945e65a48514aa92c3b (diff) | |
download | pkgsrc-449d36cdc0fa7a594cce8d84a2b091b8fc93edac.tar.gz |
Remove sparc64-netbsd SUBDIRS:
``sparc64 & egcs 1.1/binutils 2.9 is considered harmful; remove this poison.''
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index 0c5698bc88d..fee8e20b2e2 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/11/06 05:37:18 minoura Exp $ +# $NetBSD: Makefile,v 1.19 2000/12/04 13:18:39 agc Exp $ SUBDIR += arm-netbsd SUBDIR += armv2-netbsd @@ -17,7 +17,6 @@ SUBDIR += mipsel-netbsd SUBDIR += powerpc-netbsd SUBDIR += sparc-netbsdelf - SUBDIR += sparc64-netbsd SUBDIR += zoularis .include "../mk/bsd.pkg.subdir.mk" |