[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libunwind-devel] [PATCH] Create and install pkg-config .pc files
From: |
Arun Sharma |
Subject: |
Re: [Libunwind-devel] [PATCH] Create and install pkg-config .pc files |
Date: |
Sat, 15 Sep 2012 11:43:03 -0700 |
On Mon, Sep 3, 2012 at 11:04 PM, Alexander Toresson
<address@hidden> wrote:
> On Tue, Sep 4, 2012 at 6:21 AM, Arun Sharma <address@hidden> wrote:
>> On Wed, Aug 29, 2012 at 6:10 AM, Tommi Rantala <address@hidden> wrote:
>>> Hi,
>>>
>>> "libunwind-$arch.pc" could be also named "libunwind-generic.pc", and
>>> use "-lunwind-generic" for linking. This is suggested in the NEWS
>>> file, and also in doc/libunwind-ptrace.man.
>>>
>>> Also, if building a cross-unwinder e.g. with "./configure
>>> --target=arm-linux-gnueabi", only "libunwind-$arch.so" is created. In
>>> this case only one of the pkgconfig files would be needed, and the
>>> dependencies would be different too.
>>
>> Alexander: are you still working on a patch which addresses Tommi's comments?
I applied this patch with Tommi's suggested changes. Please take a look.
-Arun