On Fri, Apr 19, 2013 at 3:14 PM, Fischer, Matt <[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
_______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
