libunwind-devel
[Top][All Lists]
Advanced

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

Re: [Libunwind-devel] QNX support


From: Fischer, Matt
Subject: Re: [Libunwind-devel] QNX support
Date: Mon, 22 Apr 2013 14:43:26 +0000

Ah, yes indeed it could.  I’ve updated the branch—thanks.

 

From: address@hidden [mailto:address@hidden On Behalf Of Arun Sharma
Sent: Friday, April 19, 2013 10:01 PM
To: Fischer, Matt
Cc: address@hidden
Subject: Re: [Libunwind-devel] QNX support

 

On Fri, Apr 19, 2013 at 3:14 PM, Fischer, Matt <address@hidden> wrote:

I've done a bit more refining on these.  The actual QNX one I'm going to hold off on for a bit (adding local unwind support was easier than I thought, so I'm going to get that put together as well), but the other patches just do some simple build system tasks like add new configure flags.  Those should all be ready to go now.

I've posted an updated copy of all of my work into https://github.com/mattfischer/libunwind, under the branch qnx-prep.  I'd appreciate any feedback--hopefully there won't be anything too controversial in there.  Once they're in, I can post a patch with the actual QNX platform support, which should be fairly small as well.

 

> cd $(DESTDIR)$(libdir) && $(LN_S) -f libunwind-$(arch).a  $(DESTDIR)$(libdir)/libunwind-generic.a

 

Couldn't this be further simplified into:

 

cd $(DESTDIR)$(libdir) && $(LN_S) -f libunwind-$(arch).a libunwind-generic.a?

 

 -Arun




CONFIDENTIALITY NOTICE: This email and any attachments are for the sole use of the intended recipient(s) and contain information that may be confidential and/or legally privileged. If you have received this email in error, please notify the sender by reply email and delete the message. Any disclosure, copying, distribution or use of this communication (including attachments) by someone other than the intended recipient is prohibited. Thank you.

reply via email to

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