1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

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

c++ compiler.
This commit is contained in:
Peter Wemm 2002-04-08 22:58:52 +00:00
parent 9d04791265
commit e82fc68223
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94245

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)