Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools Don't try to build toolchain bits for ns32k.



details:   https://anonhg.NetBSD.org/src/rev/6cdeddcd0237
branches:  trunk
changeset: 532299:6cdeddcd0237
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 05 02:21:49 2002 +0000

description:
Don't try to build toolchain bits for ns32k.

diffstat:

 tools/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r 76f9498f9b0c -r 6cdeddcd0237 tools/Makefile
--- a/tools/Makefile    Wed Jun 05 02:07:48 2002 +0000
+++ b/tools/Makefile    Wed Jun 05 02:21:49 2002 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.51 2002/05/28 21:56:05 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.52 2002/06/05 02:21:49 thorpej Exp $
 
 .include <bsd.own.mk>
 
-# XXX We can't currently build the toolchain for x86-64.
-.if ${MACHINE_ARCH} != "x86_64"
+# XXX We can't currently build the toolchain for ns32k or x86-64.
+.if ${MACHINE_ARCH} != "ns32k" && ${MACHINE_ARCH} != "x86_64"
 TOOLCHAIN_BITS= toolchain .WAIT dbsym mdsetimage
 .endif
 



Home | Main Index | Thread Index | Old Index