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:
parent
f6d289008c
commit
04cbf1cb05
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user