]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
tools: Partially revert "Cross-compilation fixes."
authorElliott Mitchell <ehem+xen@m5p.com>
Sat, 18 Jul 2020 03:31:21 +0000 (20:31 -0700)
committerWei Liu <wl@xen.org>
Tue, 21 Jul 2020 14:48:49 +0000 (14:48 +0000)
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@m5p.com>
Acked-by: Christian Lindig <christian.lindig@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
tools/Makefile

index c10946e3b15a5a14aa83e4bbfda759b3681692de..198b239edcc11675bcece4190dd3817ba4062aa2 100644 (file)
@@ -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