]> xenbits.xensource.com Git - xenclient/xen.git/commitdiff
Compilation
authorJean Guyader <jean.guyader@eu.citrix.com>
Fri, 19 Dec 2008 12:40:16 +0000 (12:40 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Fri, 19 Dec 2008 12:40:16 +0000 (12:40 +0000)
- Remove the checks
- Remove the compilation of fs-back
- Change the cpu argument when we cross compile ioemu in x86_32

tools/Makefile

index 09964323e9314cf88b5dd2fb227662d25150100d..8ae493338e6e1a5d2af382c2a9bc072942bb8717 100644 (file)
@@ -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