lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6474] Fix defect introduced 20160118T0304Z: sys-root miss


From: Greg Chicares
Subject: [lmi-commits] [6474] Fix defect introduced 20160118T0304Z: sys-root missing triplet
Date: Mon, 18 Jan 2016 04:17:29 +0000

Revision: 6474
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6474
Author:   chicares
Date:     2016-01-18 04:17:28 +0000 (Mon, 18 Jan 2016)
Log Message:
-----------
Fix defect introduced 20160118T0304Z: sys-root missing triplet

Modified Paths:
--------------
    lmi/trunk/msw_cygwin.make

Modified: lmi/trunk/msw_cygwin.make
===================================================================
--- lmi/trunk/msw_cygwin.make   2016-01-18 03:04:21 UTC (rev 6473)
+++ lmi/trunk/msw_cygwin.make   2016-01-18 04:17:28 UTC (rev 6474)
@@ -90,7 +90,7 @@
 # Of course manipulating an lmi user's $PATH is out of the question.
 
 compiler_triplet := $(patsubst %-,%,$(triplet_prefix))
-compiler_sysroot := /usr/$(triplet)/sys-root/mingw/bin
+compiler_sysroot := /usr/$(compiler_triplet)/sys-root/mingw/bin
 
 compiler_runtime_files := \
   $(compiler_sysroot)/libstdc++-6.dll \




reply via email to

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