From 04cbf1cb054a967dfe21391011158bcefbf5a4b0 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 17 May 2002 05:41:47 +0000 Subject: 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. --- gnu/usr.bin/cc/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 2db6862..bd4cc29 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -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 -- cgit v1.1