lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 9ffa5ce8 3/4: Pass command-line overrides to


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 9ffa5ce8 3/4: Pass command-line overrides to 'transume_toolchain.sh'
Date: Sun, 14 Aug 2022 13:31:11 -0400 (EDT)

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

    Pass command-line overrides to 'transume_toolchain.sh'
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2022-08/msg00013.html
---
 GNUmakefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index 05c76328..11b812de 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -102,7 +102,11 @@ endif
 # definitions below.
 
 LMI_ENV_FILE := /tmp/lmi_env_$(shell date -u +'%s_%N').eraseme
-$(shell $(srcdir)/transume_toolchain.sh > $(LMI_ENV_FILE))
+$(shell \
+  LMI_COMPILER="$(LMI_COMPILER)" \
+   LMI_TRIPLET="$(LMI_TRIPLET)" \
+  $(srcdir)/transume_toolchain.sh > $(LMI_ENV_FILE) \
+ )
 include $(LMI_ENV_FILE)
 $(LMI_ENV_FILE):: ;
 



reply via email to

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