summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 17:30:42 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 17:30:42 +0000
commitaf220936506e01cc3a042a5a502048f42e9b6d7f (patch)
treee6df585528223853161044a22d015e81a4c95565 /gnu
parentf5e737107aa489a0dbf51319644560d5bff55c49 (diff)
downloadFreeBSD-src-af220936506e01cc3a042a5a502048f42e9b6d7f.zip
FreeBSD-src-af220936506e01cc3a042a5a502048f42e9b6d7f.tar.gz
Build compiler on all platforms.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 1aad223..c0bd0f2 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= awk bc binutils cpio dc dialog diff diff3 \
+SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 \
grep gzip man patch ptx rcs sdiff send-pr sort tar texinfo
.if ${CXX:T} != "c++"
@@ -17,10 +17,6 @@ SUBDIR+=as ld
.endif
.endif
-.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
-SUBDIR+=cc
-.endif
-
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
SUBDIR+=perl
.endif
OpenPOWER on IntegriCloud