From: Elliott Mitchell Date: Sat, 18 Jul 2020 03:31:21 +0000 (-0700) Subject: tools: Partially revert "Cross-compilation fixes." X-Git-Tag: archive/raspbian/4.14.3+32-g9de3671772-1_deb11u1+rpi1^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5a7f9e4ebbbf9fec8e429ef2b9af202456ab2e09;p=xen.git 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 Acked-by: Christian Lindig Acked-by: Wei Liu (cherry picked from commit 69953e2856382274749b617125cc98ce38198463) Gbp-Pq: Name 0025-tools-Partially-revert-Cross-compilation-fixes.patch --- diff --git a/tools/Makefile b/tools/Makefile index c5a6f5cf68..e8d6022358 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -38,12 +38,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