bug-libtool
[Top][All Lists]
Advanced

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

bug#27866: Updated patch to make the match less expensive


From: Manoj Gupta
Subject: bug#27866: Updated patch to make the match less expensive
Date: Fri, 28 Jul 2017 14:56:59 -0700

--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -7531,7 +7544,7 @@
   for p in `eval "$output_verbose_link_cmd"`; do
     case $prev$p in

-    -L* | -R* | -l*)
+    -L* | -R* | -l* | */libclang_rt.*.a)
        # Some compilers place space between "-{L,R}" and the path.
        # Remove the space.
        if test x-L = "$p" ||

reply via email to

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