]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
tools: ocaml: do not try to link dynamic objects into .a libraries
authorIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:07:06 +0000 (19:07 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 31 Mar 2011 18:07:06 +0000 (19:07 +0100)
commitbce637c6e406b9b396bbbe9be080e724cd428a2e
tree836a52df53b0f635db85f76ed9604bf8f48c692b
parent3c428f3e270f23acd263a551aa2519e6d3bdafb9
tools: ocaml: do not try to link dynamic objects into .a libraries

lib<foo>_stubs.a was linking against $(LIBS_<foo>) which only includes
dynamic linkage information which is not useful for a static library.

$(LIBS_<foo>) is still used when linking <foo>.cmxa

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/Makefile.rules