[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 6e127d8 1/5: Rename 'triplet_prefix' to 'host
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 6e127d8 1/5: Rename 'triplet_prefix' to 'host_prefix' for clarity |
Date: |
Sat, 27 Aug 2016 00:01:42 +0000 (UTC) |
branch: master
commit 6e127d8416f85e14a2cb856d03fb9df9118c08de
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Rename 'triplet_prefix' to 'host_prefix' for clarity
What was called 'triplet_prefix' is really a host prefix,
and host is but one-third of an autotools triplet.
---
msw_cygwin.make | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/msw_cygwin.make b/msw_cygwin.make
index 6f25218..9c8ef60 100644
--- a/msw_cygwin.make
+++ b/msw_cygwin.make
@@ -73,15 +73,15 @@ endif
# Compiler, linker, and so on.
-#triplet_prefix := i686-w64-mingw32-
-triplet_prefix :=
-
-AR := $(PATH_GCC)$(triplet_prefix)ar
-CC := $(PATH_GCC)$(triplet_prefix)gcc $(cross_compile_flags)
-CPP := $(PATH_GCC)$(triplet_prefix)cpp $(cross_compile_flags)
-CXX := $(PATH_GCC)$(triplet_prefix)g++ $(cross_compile_flags)
-LD := $(PATH_GCC)$(triplet_prefix)g++ $(cross_compile_flags)
-RC := $(PATH_GCC)$(triplet_prefix)windres
+#host_prefix := i686-w64-mingw32-
+host_prefix :=
+
+AR := $(PATH_GCC)$(host_prefix)ar
+CC := $(PATH_GCC)$(host_prefix)gcc $(cross_compile_flags)
+CPP := $(PATH_GCC)$(host_prefix)cpp $(cross_compile_flags)
+CXX := $(PATH_GCC)$(host_prefix)g++ $(cross_compile_flags)
+LD := $(PATH_GCC)$(host_prefix)g++ $(cross_compile_flags)
+RC := $(PATH_GCC)$(host_prefix)windres
# Identify run-time libraries for redistribution. See:
# https://cygwin.com/ml/cygwin/2010-09/msg00553.html