summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-04-08 22:58:52 +0000
committerpeter <peter@FreeBSD.org>2002-04-08 22:58:52 +0000
commit8180c55fce8d402f165947e4fd2d0ad9a4e3a69f (patch)
treebe4a961a26c9543fff0facf8d09539c1ebd1ba86 /gnu
parent926eea6a543bbceb3def281687627fdd3af6b26a (diff)
downloadFreeBSD-src-8180c55fce8d402f165947e4fd2d0ad9a4e3a69f.zip
FreeBSD-src-8180c55fce8d402f165947e4fd2d0ad9a4e3a69f.tar.gz
move gperf to NO_GXX section, it works fine on ia64. It just needs a
c++ compiler.
Diffstat (limited to 'gnu')
-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 03ae964..bf71c4e 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -14,11 +14,11 @@ SUBDIR+=as ld
.endif
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
-SUBDIR+=cc gperf
+SUBDIR+=cc
.endif
.if !defined(NO_CXX)
-SUBDIR+=groff
+SUBDIR+=gperf groff
.endif
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
OpenPOWER on IntegriCloud