[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools: Partially revert "Cross-compilation fixes."
commit 69953e2856382274749b617125cc98ce38198463 Author: Elliott Mitchell <ehem+xen@xxxxxxx> AuthorDate: Fri Jul 17 20:31:21 2020 -0700 Commit: Wei Liu <wl@xxxxxxx> CommitDate: Tue Jul 21 14:48:49 2020 +0000 tools: Partially revert "Cross-compilation fixes." This partially reverts commit 16504669c5cbb8b195d20412aadc838da5c428f7. Doesn't look like much of 16504669c5cbb8b195d20412aadc838da5c428f7 actually remains due to passage of time. Of the 3, both Python and pygrub appear to mostly be building just fine cross-compiling. The OCAML portion is being troublesome, this is going to cause bug reports elsewhere soon. The OCAML portion though can already be disabled by setting OCAML_TOOLS=n and shouldn't have this extra form of disabling. Signed-off-by: Elliott Mitchell <ehem+xen@xxxxxxx> Acked-by: Christian Lindig <christian.lindig@xxxxxxxxxx> Acked-by: Wei Liu <wl@xxxxxxx> --- tools/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index c10946e3b1..198b239edc 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -39,12 +39,9 @@ SUBDIRS-$(CONFIG_X86) += debugger/gdbsx SUBDIRS-$(CONFIG_X86) += debugger/kdd SUBDIRS-$(CONFIG_TESTS) += tests -# These don't cross-compile -ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) SUBDIRS-y += python SUBDIRS-y += pygrub SUBDIRS-$(OCAML_TOOLS) += ocaml -endif ifeq ($(CONFIG_RUMP),y) SUBDIRS-y := libs libxc xenstore -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |