[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools: pygrub actually cross-compiles just fine
+ xen-devel On Tue, 5 Nov 2019, Stefano Stabellini wrote: > Actually, pygrub cross-compiles without issues. The cross-compilation > work-around goes back to 2005 and it probably referred to PowerPC. > > Remove the work-around now. > > Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx> > CC: Christopher Clark <christopher.w.clark@xxxxxxxxx> > --- > tools/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/Makefile b/tools/Makefile > index 7b1f6c4d28..0a293b4a30 100644 > --- a/tools/Makefile > +++ b/tools/Makefile > @@ -39,11 +39,11 @@ SUBDIRS-$(CONFIG_X86) += xenpaging > SUBDIRS-$(CONFIG_X86) += debugger/gdbsx > SUBDIRS-$(CONFIG_X86) += debugger/kdd > SUBDIRS-$(CONFIG_TESTS) += tests > +SUBDIRS-y += python > +SUBDIRS-y += pygrub > > # These don't cross-compile > ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) > -SUBDIRS-y += python > -SUBDIRS-y += pygrub > SUBDIRS-$(OCAML_TOOLS) += ocaml > endif > > -- > 2.17.1 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |