Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2020 17:35:34 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356733 - head/tools/build/options
Message-ID:  <202001141735.00EHZYDG059810@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001141735.00EHZYDG059810>