Back out revision 1.30 change.

cc1plus can apparently be built if you happen to have
/usr/bin/gperf, or set CXX to point to a C++ compiler
that can build gperf(1) in the bootstrap-tools stage
of buildworld.
This commit is contained in:
ru 2002-05-17 05:41:47 +00:00
parent f6d289008c
commit 04cbf1cb05

View File

@ -9,14 +9,12 @@ SUBDIR= cc_fbsd cc_tools cc_int cc cc1 cpp0 protoize tradcpp0 doc
SUBDIR+= cpp
.endif
.if notyet
.if !defined(NO_CXX)
SUBDIR+= cc1plus c++ c++filt
.if !defined(NO_COLLECT2)
#SUBDIR+= collect2
.endif
.endif
.endif
.if !defined(NO_OBJC)
SUBDIR+= cc1obj