summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-05 03:57:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-05 03:57:12 +0000
commit2954d2c8c6ff8fbbf1f0ad057ae3ca94c83e7e92 (patch)
tree2f584939cc207fe75099fde0d2e40c9764ad12ef
parent6528ffed3b2feadcc71e09e49f45881a599479be (diff)
use gcc 2.7.2 on all architectures. any port that breaks should be fixed
-rw-r--r--gnu/usr.bin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index fba23a7e0a1..55da28aa408 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.27 1995/12/07 07:26:32 phil Exp $
-SUBDIR+= bc cpio cvs dc diff diff3 gawk grep groff
+SUBDIR+= bc cpio cvs dc diff diff3 gawk gcc grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar texinfo
# some ports don't use the tool chain in /usr/src
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \
(${MACHINE_ARCH} != "vax") && (${MACHINE_ARCH} != "ns32k")
-SUBDIR+= gas gcc2 gdb ld
+SUBDIR+= gas gdb ld
.endif
# ns32k and vax wants newer gcc