move gperf to NO_GXX section, it works fine on ia64. It just needs a

c++ compiler.
This commit is contained in:
peter 2002-04-08 22:58:52 +00:00
parent 926eea6a54
commit 8180c55fce

View File

@ -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)