Author: emaste
Date: Tue Jan 14 17:35:34 2020
New Revision: 356733
URL: https://svnweb.freebsd.org/changeset/base/356733

Log:
  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

Modified:
  head/tools/build/options/WITHOUT_CLANG_IS_CC
  head/tools/build/options/WITH_CLANG_IS_CC

Modified: head/tools/build/options/WITHOUT_CLANG_IS_CC
==============================================================================
--- head/tools/build/options/WITHOUT_CLANG_IS_CC        Tue Jan 14 16:59:21 
2020        (r356732)
+++ head/tools/build/options/WITHOUT_CLANG_IS_CC        Tue Jan 14 17:35:34 
2020        (r356733)
@@ -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.

Modified: head/tools/build/options/WITH_CLANG_IS_CC
==============================================================================
--- head/tools/build/options/WITH_CLANG_IS_CC   Tue Jan 14 16:59:21 2020        
(r356732)
+++ head/tools/build/options/WITH_CLANG_IS_CC   Tue Jan 14 17:35:34 2020        
(r356733)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to