lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch fd0b947 07/10: Improve diagnostics


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch fd0b947 07/10: Improve diagnostics
Date: Wed, 15 May 2019 17:59:56 -0400 (EDT)

branch: odd/multiarch
commit fd0b9474695dafb1eabca6e552fb5707c99017dc
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve diagnostics
---
 set_arch.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/set_arch.sh b/set_arch.sh
index 156b04c..09bb85c 100755
--- a/set_arch.sh
+++ b/set_arch.sh
@@ -148,7 +148,7 @@ esac
 case "$LMI_COMPILER" in
     (gcc) ;;
     (*)
-        echo "Changed nothing because compiler is untested."
+        echo "Changed nothing because compiler '$LMI_COMPILER' is untested."
         return 2;
         ;;
 esac
@@ -157,7 +157,7 @@ case "$LMI_TRIPLET" in
     (i686-w64-mingw32)   ;;
     (x86_64-w64-mingw32) ;;
     (*)
-        echo "Changed nothing because host triplet is untested."
+        echo "Changed nothing because host triplet '$LMI_TRIPLET' is untested."
         return 3;
         ;;
 esac



reply via email to

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