|
|
|
|
|
|
|
|
|
|
xen-devel
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
Re: [Xen-devel] [PATCH] tools: fix build after recent xenpaging changes,
Ian Jackson <=
|
|
|
|
|