WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [IA64] fix AFLAGS in Rules.mk

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID edbfa36f2451db0778133285bb427ec355d941bb
# Parent  ab05373d6edde3ddebb87eb587d1608db6901ecf
[IA64] fix AFLAGS in Rules.mk

Signed-off-by: Tsunehisa Doi <doi.tsunehisa@xxxxxxxxxxxxxx>
Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

diff -r ab05373d6edd -r edbfa36f2451 xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk    Wed Mar 15 15:33:23 2006
+++ b/xen/arch/ia64/Rules.mk    Thu Mar 16 19:02:39 2006
@@ -5,7 +5,7 @@
 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__ -nostdinc $(CPPFLAGS)
 CPPFLAGS  += -I$(BASEDIR)/include -I$(BASEDIR)/include/asm-ia64        \
              -I$(BASEDIR)/include/asm-ia64/linux                       \
             -I$(BASEDIR)/include/asm-ia64/linux-xen                    \

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [IA64] fix AFLAGS in Rules.mk, Xen patchbot -unstable <=