From: Jean Guyader Date: Fri, 19 Dec 2008 12:40:16 +0000 (+0000) Subject: Compilation X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9cbe8a315e4c59c5f13844b0a0873df3d386a557;p=xenclient%2Fxen.git Compilation - Remove the checks - Remove the compilation of fs-back - Change the cpu argument when we cross compile ioemu in x86_32 --- diff --git a/tools/Makefile b/tools/Makefile index 0996432..8ae4933 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -2,7 +2,8 @@ XEN_ROOT = ../ include $(XEN_ROOT)/tools/Rules.mk SUBDIRS-y := -SUBDIRS-y += check +SUBDIRS-n += check +SUBDIRS-n += check SUBDIRS-y += include SUBDIRS-y += libxc SUBDIRS-y += flask @@ -22,7 +23,8 @@ SUBDIRS-y += libaio SUBDIRS-y += blktap SUBDIRS-y += libfsimage SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen -SUBDIRS-y += fs-back +SUBDIRS-n += fs-back +SUBDIRS-n += fs-back SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir SUBDIRS-y += xenpmd @@ -53,7 +55,7 @@ install: subdirs-install clean distclean: subdirs-clean ifneq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) -IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TARGET_ARCH) \ +IOEMU_CONFIGURE_CROSS ?= --cpu=$(XEN_TARGET_ARCH:x86_32=i386) \ --cross-prefix=$(CROSS_COMPILE) \ --interp-prefix=$(CROSS_SYS_ROOT) endif