GCC and Gperf do not work on ia64 or sparc64 yet.
Also do not try to compile Groff if NO_CXX is set.
This commit is contained in:
+10
-2
@@ -1,7 +1,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
SUBDIR= awk bc binutils cc cpio dc dialog diff diff3 gperf \
|
SUBDIR= awk bc binutils cpio dc dialog diff diff3 \
|
||||||
grep groff gzip man patch ptx rcs sdiff send-pr tar texinfo
|
grep gzip man patch ptx rcs sdiff send-pr tar texinfo
|
||||||
|
|
||||||
.if !defined(NO_CVS)
|
.if !defined(NO_CVS)
|
||||||
SUBDIR+=cvs
|
SUBDIR+=cvs
|
||||||
@@ -13,6 +13,14 @@ SUBDIR+=as ld
|
|||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH} != "ia64" && ${MACHINE_ARCH} != "sparc64"
|
||||||
|
SUBDIR+=cc gperf
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.if !defined(NO_CXX)
|
||||||
|
SUBDIR+=groff
|
||||||
|
.endif
|
||||||
|
|
||||||
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
|
.if !defined(NOPERL) && !defined(NO_PERL) && exists(${.CURDIR}/perl)
|
||||||
SUBDIR+=perl
|
SUBDIR+=perl
|
||||||
.endif
|
.endif
|
||||||
|
|||||||
Reference in New Issue
Block a user