Stefano Stabellini writes ("Re: [PATCH v5.1 1/8] xen: link against xentoolcore"): > On Fri, 20 Oct 2017, Ian Jackson wrote: > > then > > - xen_stable_libs="-lxendevicemodel $xen_stable_libs" > > + xen_stable_libs="-lxendevicemodel $xen_stable_libs -lxentoolcore" > > Is it on purpose that -lxentoolcore is at the end of this string rather > than before $xen_stable_libs?
Yes. xentoolcore is required by the other libraries, and this is therefore the correct ordering for situations where the link order matters. > In any case > > Acked-by: Stefano Stabellini <sstabell...@kernel.org> Thanks, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel