lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 28790e1d 2/3: Increase concinnity of document


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 28790e1d 2/3: Increase concinnity of documentation
Date: Thu, 7 Jul 2022 05:46:38 -0400 (EDT)

branch: master
commit 28790e1d18eedd3eca65dfaf7af95ea3ca667e0a
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Increase concinnity of documentation
---
 compiler_clang.make | 4 ++++
 compiler_gcc.make   | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/compiler_clang.make b/compiler_clang.make
index cfc561bc..6713bb5d 100644
--- a/compiler_clang.make
+++ b/compiler_clang.make
@@ -165,6 +165,10 @@ CXXFLAGS =
 
 # Linker flags.
 
+# Prefer to invoke the linker through compiler frontends, because
+# that takes care of linking each language's required libraries.
+# Accordingly, pass linker options with '-Wl,'.
+
 # Directories set in $(overriding_library_directories) are searched
 # before any others except the current build directory. There seems
 # to be no conventional name for such a variable: automake recommends
diff --git a/compiler_gcc.make b/compiler_gcc.make
index 7d61068d..fbed7fbf 100644
--- a/compiler_gcc.make
+++ b/compiler_gcc.make
@@ -232,9 +232,9 @@ CXXFLAGS =
 
 # Linker flags.
 
-# Prefer to invoke GNU 'ld' through the compiler frontends 'gcc' and
-# 'g++' because that takes care of linking the required libraries for
-# each language. Accordingly, pass GNU 'ld' options with '-Wl,'.
+# Prefer to invoke the linker through compiler frontends, because
+# that takes care of linking each language's required libraries.
+# Accordingly, pass linker options with '-Wl,'.
 
 # Directories set in $(overriding_library_directories) are searched
 # before any others except the current build directory. There seems



reply via email to

[Prev in Thread] Current Thread [Next in Thread]