lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master f90190e4 1/7: Clearly mark an alternative as


From: Greg Chicares
Subject: [lmi-commits] [lmi] master f90190e4 1/7: Clearly mark an alternative as unimplemented
Date: Thu, 23 Jun 2022 18:33:52 -0400 (EDT)

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

    Clearly mark an alternative as unimplemented
    
    No such variable as $LMI_TOOLCHAIN is actually used.
    
    It's not necessary to state that 'clang' is not yet a supported lexeme
    in $LMI_TOOLCHAIN: the "$LMI_COMPILER" case statement already issues an
    error message for unsupported compilers.
---
 set_toolchain.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/set_toolchain.sh b/set_toolchain.sh
index 4bb5ea56..534a2fda 100755
--- a/set_toolchain.sh
+++ b/set_toolchain.sh
@@ -49,6 +49,8 @@
 # and likewise for all other directories. Depending on symlinks
 # didn't seem like a good idea.
 
+# Unimplemented alternative: custom triplets
+#
 # This alternative for future consideration trades some complexity of
 # implementation for mitigation of confusion and convenience of use.
 #
@@ -61,7 +63,6 @@
 # Supported values:
 #   LMI_COMPILER : gcc, clang
 #   LMI_TRIPLET  : x86_64-pc-linux-gnu, x86_64-w64-mingw32
-# (clang not yet tested).
 #
 # Examples:
 #



reply via email to

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