Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin Hack: do not build gawk on sparc64 - it is known...



details:   https://anonhg.NetBSD.org/src/rev/d265ea30fb5e
branches:  trunk
changeset: 518667:d265ea30fb5e
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 03 22:14:09 2001 +0000

description:
Hack: do not build gawk on sparc64 - it is known to not work when compiled
with the new toolchain.

diffstat:

 gnu/usr.bin/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e3c0337483ee -r d265ea30fb5e gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Mon Dec 03 22:05:28 2001 +0000
+++ b/gnu/usr.bin/Makefile      Mon Dec 03 22:14:09 2001 +0000
@@ -1,15 +1,19 @@
-#      $NetBSD: Makefile,v 1.104 2001/08/19 14:21:02 mrg Exp $
+#      $NetBSD: Makefile,v 1.105 2001/12/03 22:14:09 martin Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
-SUBDIR+=       bc binutils c89 cvs dc diff diff3 egcs gas.new gawk gcc gdb grep
+SUBDIR+=       bc binutils c89 cvs dc diff diff3 egcs gas.new gcc gdb grep
 SUBDIR+=       gprof groff gzip ld.new rcs sdiff send-pr texinfo
 
 SUBDIR+=       cpio
 SUBDIR+=       tar
 SUBDIR+=       gettext
 
+.if (${MACHINE_ARCH} != "sparc64")
+SUBDIR+=       gawk
+.endif
+
 .if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") ||   \
     (${MACHINE_ARCH} == "ns32k")
 SUBDIR+=       gas



Home | Main Index | Thread Index | Old Index