diff options
| author | martin <martin@NetBSD.org> | 2001-12-03 22:14:09 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2001-12-03 22:14:09 +0000 |
| commit | ea1d8001379312d7ea5787d17d8886d524b99df7 (patch) | |
| tree | 655e220686208a455cd104fde962fd18b28633f1 /gnu | |
| parent | 2689c284c04739312e290387c3a0e5a296138bd0 (diff) | |
Hack: do not build gawk on sparc64 - it is known to not work when compiled
with the new toolchain.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 129e7f896c4..6a98364164e 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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 |
