lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 44b05c9 05/10: Replace literal triplets with


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 44b05c9 05/10: Replace literal triplets with $(LMI_TRIPLET) where appropriate
Date: Tue, 30 Apr 2019 22:17:56 -0400 (EDT)

branch: master
commit 44b05c99d372dcb7435789dbb35dbbfb68fdf4d0
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Replace literal triplets with $(LMI_TRIPLET) where appropriate
---
 msw_cygwin.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/msw_cygwin.make b/msw_cygwin.make
index 7132f53..b5ea95b 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -45,7 +45,7 @@ system_root := /cygdrive/c
 # Use cygwin as a quasi-cross-compiler for an i686-pc-mingw32 target.
 
 # For autotoolized libraries, pass these flags to 'configure':
-# cross_compile_flags := --build=i686-pc-cygwin --host=i686-w64-mingw32
+# cross_compile_flags := --build=i686-pc-cygwin --host=$(LMI_TRIPLET)
 
 
################################################################################
 
@@ -61,7 +61,7 @@ gcc_bin_dir := /MinGW_/bin/
 #   i686-w64-mingw32-g++.exe
 # but not of the other tools.
 
-#host_hyphen := i686-w64-mingw32-
+#host_hyphen := $(LMI_TRIPLET)-
 host_hyphen :=
 
 AR      := $(gcc_bin_dir)$(host_hyphen)ar
@@ -75,7 +75,7 @@ RC      := $(gcc_bin_dir)$(host_hyphen)windres
 #   https://cygwin.com/ml/cygwin/2010-09/msg00553.html
 # Of course manipulating an lmi user's $PATH is out of the question.
 
-compiler_sysroot := /MinGW_/i686-w64-mingw32/lib
+compiler_sysroot := /MinGW_/$(LMI_TRIPLET)/lib
 
 compiler_runtime_files := \
   $(wildcard $(compiler_sysroot)/libgcc*.dll) \



reply via email to

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