[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools: fix build after recent xenpaging changes
Tim Deegan writes ("[Xen-devel] [PATCH] tools: fix build after recent xenpaging changes"): > tools: fix build after recent xenpaging changes > xenpaging now uses pthreads, so must link appropriately. Thanks, I've applied this. Sorry, I got distracted by the huge thread. We can fix the thread-safety problems in xenpaging at our leisure. > -LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) > +LDLIBS += $(LDLIBS_libxenctrl) $(LDLIBS_libxenstore) -pthread Arguably config/StdGNU.mk should say PTHREAD_LIBS = -pthread and we should use that here. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |