From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH XEN v6 03/32] tools/ocaml: simplify compile/link of test apps Date: Wed, 9 Dec 2015 12:22:09 +0000 Message-ID: <20151209122209.GF23818@citrix.com> References: <1449141675.4424.125.camel@citrix.com> <1449141749-14940-1-git-send-email-ian.campbell@citrix.com> <1449141749-14940-4-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1449141749-14940-4-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: wei.liu2@citrix.com, David Scott , ian.jackson@eu.citrix.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Dec 03, 2015 at 11:22:00AM +0000, 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 future. > > Since the tests are pure ocaml (no C components) CFLAGS and > LIBS_xenlight are not required. > > Signed-off-by: Ian Campbell > Cc: David Scott Acked-by: Wei Liu