Index: head/tools/build/options/WITHOUT_CLANG_IS_CC =================================================================== --- head/tools/build/options/WITHOUT_CLANG_IS_CC (revision 356732) +++ head/tools/build/options/WITHOUT_CLANG_IS_CC (revision 356733) @@ -1,6 +1,9 @@ .\" $FreeBSD$ -Set to install the GCC compiler as +Do not install links to the Clang C/C++ compiler as .Pa /usr/bin/cc , .Pa /usr/bin/c++ and .Pa /usr/bin/cpp . +If +.Va WITH_GCC +is set then links to the GCC C/C++ compiler will be installed instead. Index: head/tools/build/options/WITH_CLANG_IS_CC =================================================================== --- head/tools/build/options/WITH_CLANG_IS_CC (revision 356732) +++ head/tools/build/options/WITH_CLANG_IS_CC (revision 356733) @@ -1,6 +1,6 @@ .\" $FreeBSD$ -Set to install the Clang C/C++ compiler as +Install links to the Clang C/C++ compiler as .Pa /usr/bin/cc , .Pa /usr/bin/c++ and .Pa /usr/bin/cpp .