]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commit
Makefile: Deal with "tools: Refactor "xentoollog" into its own library"
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 8 Jan 2016 14:56:32 +0000 (09:56 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 8 Jan 2016 15:04:14 +0000 (10:04 -0500)
commit35d6f656b282cad58556009438decb8a06f437c3
tree338f3bc6e4eb63cb0e56c666b3c90f31daa6c56d
parent7ac6dbf254c9ccd2152244a603672b774d57f108
Makefile: Deal with "tools: Refactor "xentoollog" into its own library"

In Xen 4.7 commit 5d3dc8671521ea4a4f753e77d3e7fb3a3a6f5f80
("tools: Refactor "xentoollog" into its own library") puts an
requirement on Python code to compile with:

-Wl,-rpath-link="+PATH_LIBXENTOOLLOG"

Which ends up with:

error: -Wl,-rpath-link=../../tools/libs/toollog: No such file or directory

We can't over-write the PATH_LIBXENTOOLLOG .. and on further
thought - there is absolutly no need for us to even build Python
code as we do not need Xend.

As such if we detect Xen 4.7 or later we skip this part.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile