Update WITH_/WITHOUT_CLANG_IS_CC descriptions

Describe /usr/bin/cc etc. as links to the compiler, and don't conflate
WITHOUT_CLANG_IS_CC with installing GCC.  Leave a reference to WITH_GCC
and WITHOUT_CLANG_IS_CC installing links to GCC, although this will be
removed in ~1.5 months when GCC 4.2.1 is removed from the tree.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
emaste 2020-01-14 17:35:34 +00:00
parent c43640d630
commit b6663ab38a
2 changed files with 5 additions and 2 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
.\" $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