diff options
author | ru <ru@FreeBSD.org> | 2002-05-17 05:41:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-17 05:41:47 +0000 |
commit | 04cbf1cb054a967dfe21391011158bcefbf5a4b0 (patch) | |
tree | fc1a674b1e998236df13c8a7c378072f6ab51a5f /gnu | |
parent | f6d289008c5938514430b8d1afd00d3711a33e56 (diff) | |
download | FreeBSD-src-04cbf1cb054a967dfe21391011158bcefbf5a4b0.zip FreeBSD-src-04cbf1cb054a967dfe21391011158bcefbf5a4b0.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 2 |
1 files changed, 0 insertions, 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 |