Build compiler on all platforms.
This commit is contained in:
parent
871d3affa7
commit
6121408bac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96359
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user