7 messages in com.xensource.lists.xen-devel[Xen-devel] [PATCH][3/4] Cross-compil...
FromSent OnAttachments
Michal Ostrowski30 Aug 2005 05:22 
Michal Ostrowski30 Aug 2005 05:24 
Michal Ostrowski30 Aug 2005 05:24 
Michal Ostrowski30 Aug 2005 05:26 
Keir Fraser30 Aug 2005 06:08 
Keir Fraser30 Aug 2005 06:12 
Michal Ostrowski30 Aug 2005 06:25 
Subject:[Xen-devel] [PATCH][3/4] Cross-compilation enablement.
From:Michal Ostrowski (most@watson.ibm.com)
Date:08/30/2005 05:24:59 AM
List:com.xensource.lists.xen-devel

Signed-off-by: Michal Ostrowski <most@watson.ibm.com>

changeset: 6468:f22c08b57c9a user: most@heater.watson.ibm.com date: Mon Aug 29 19:45:28 2005 -0400 summary: Fixes for cross-compilation.

diff -r 883365aa1b7d -r f22c08b57c9a tools/Makefile --- a/tools/Makefile Mon Aug 29 23:41:47 2005 +++ b/tools/Makefile Mon Aug 29 23:45:28 2005 @@ -7,14 +7,18 @@ SUBDIRS += misc SUBDIRS += examples SUBDIRS += xentrace -SUBDIRS += python SUBDIRS += xcs SUBDIRS += xcutils -#SUBDIRS += pygrub SUBDIRS += firmware SUBDIRS += security SUBDIRS += console SUBDIRS += xenstat + +# These don't cross-compile +ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) +SUBDIRS += python +#SUBDIRS += pygrub +endif

.PHONY: all install clean check check_clean ioemu eioemuinstall ioemuclean