Re: [Xen-devel] [PATCH XEN v6 03/32] tools/ocaml: simplify compile/link of test apps

2015-12-09 Thread Wei Liu
On Thu, Dec 03, 2015 at 11:22:00AM +, Ian Campbell wrote: > xtl doesn't require the full LDLIBS_libxenctrl, just the -L and > xenlight.cmxa, the latter which contains LDLIBS_libxenctrl as needed. > Fixing this avoids the need to be concerned about LDLIBS_libxenctrl > becoming more than one word

Re: [Xen-devel] [PATCH XEN v6 03/32] tools/ocaml: simplify compile/link of test apps

2015-12-03 Thread David Scott
> On 3 Dec 2015, at 11:22, Ian Campbell wrote: > > xtl doesn't require the full LDLIBS_libxenctrl, just the -L and > xenlight.cmxa, the latter which contains LDLIBS_libxenctrl as needed. > Fixing this avoids the need to be concerned about LDLIBS_libxenctrl > becoming more than one word in the fu

[Xen-devel] [PATCH XEN v6 03/32] tools/ocaml: simplify compile/link of test apps

2015-12-03 Thread Ian Campbell
xtl doesn't require the full LDLIBS_libxenctrl, just the -L and xenlight.cmxa, the latter which contains LDLIBS_libxenctrl as needed. Fixing this avoids the need to be concerned about LDLIBS_libxenctrl becoming more than one word in the future. Since the tests are pure ocaml (no C components) CFLA