libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] add libtool --mode=finish mode for sysroot


From: Charles Wilson
Subject: Re: [PATCH 2/2] add libtool --mode=finish mode for sysroot
Date: Thu, 12 Aug 2010 01:12:19 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

On 8/12/2010 12:12 AM, Paolo Bonzini wrote:

> +       sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g" $lib > $tmpdir/tmp-la

Hmmm.  Some of the test cases end up with dependency_libs like this:

dependency_libs=' -L=/mingw/lib =/mingw/lib/lib1.la'

This rule will catch the first element, but not the second.  What about:

sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g;s/\([ ']\)=/\1/g" $lib >
$tmpdir/tmp-la

--
Chuck




reply via email to

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