Ah, yes indeed it could. I’ve updated the branch—thanks. From: [email protected] [mailto:[email protected]] On Behalf Of Arun Sharma Sent: Friday, April 19, 2013 10:01 PM To: Fischer, Matt Cc: [email protected] Subject: Re: [Libunwind-devel] QNX support
On Fri, Apr 19, 2013 at 3:14 PM, Fischer, Matt <[email protected]<mailto:[email protected]>> 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.
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
