Hi,

When we compile xen, we use local include files.
(e.g. /usr/include)
So this patch fix the issue.

Signed-off-by: Tsunehisa Doi <[EMAIL PROTECTED]>
Signed-off-by: Akio Takebe <[EMAIL PROTECTED]>

diff -r 142a3eec56bd xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk    Fri Mar 10 10:00:31 2006 -0700
+++ b/xen/arch/ia64/Rules.mk    Tue Mar 14 19:57:46 2006 +0900
@@ -5,7 +5,7 @@ ifneq ($(COMPILE_ARCH),$(TARGET_ARCH))
 ifneq ($(COMPILE_ARCH),$(TARGET_ARCH))
 CROSS_COMPILE ?= /usr/local/sp_env/v2.2.5/i686/bin/ia64-unknown-linux-
 endif
-AFLAGS  += -D__ASSEMBLY__
+AFLAGS  += -D__ASSEMBLY__ $(CPPFLAGS) -nostdinc -fno-builtin -fno-common 
-fno-strict-aliasing
 CPPFLAGS  += -I$(BASEDIR)/include -I$(BASEDIR)/include/asm-ia64        \
              -I$(BASEDIR)/include/asm-ia64/linux                       \
             -I$(BASEDIR)/include/asm-ia64/linux-xen                    \


Best Regards,

Akio Takebe


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Reply via email to