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 again

# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID ceaae8fbe3f7ec0a489c4bf6b329b68bf4846df1
# Parent  c7e8d1673140bebd63cb707f9263c301d6748c25
[IA64] fix AFLAGS again

"AFLAGS = -nostdinc $CPPFLAGS" is removed

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx>
---
 xen/arch/ia64/Rules.mk |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff -r c7e8d1673140 -r ceaae8fbe3f7 xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk    Wed May 24 11:04:33 2006 -0600
+++ b/xen/arch/ia64/Rules.mk    Wed May 24 16:44:20 2006 -0600
@@ -11,25 +11,25 @@ endif
 endif
 
 # Used only by linux/Makefile.
-AFLAGS_KERNEL  += -mconstant-gp
+AFLAGS_KERNEL  += -mconstant-gp -nostdinc $(CPPFLAGS)
 
 # Note: .S -> .o rule uses AFLAGS and CFLAGS.
 
-CFLAGS  += -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-CFLAGS  += -mconstant-gp
+CFLAGS += -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
+CFLAGS += -mconstant-gp
 #CFLAGS  += -O3                # -O3 over-inlines making debugging tough!
-CFLAGS  += -O2         # but no optimization causes compile errors!
-CFLAGS  += -fomit-frame-pointer -D__KERNEL__
-CFLAGS  += -iwithprefix include
-CPPFLAGS+= -I$(BASEDIR)/include                                         \
-           -I$(BASEDIR)/include/asm-ia64                                \
-           -I$(BASEDIR)/include/asm-ia64/linux                                 
\
-           -I$(BASEDIR)/include/asm-ia64/linux-xen                     \
+CFLAGS += -O2          # but no optimization causes compile errors!
+CFLAGS += -fomit-frame-pointer -D__KERNEL__
+CFLAGS += -iwithprefix include
+CPPFLAGS+= -I$(BASEDIR)/include                                                
\
+          -I$(BASEDIR)/include/asm-ia64                                \
+          -I$(BASEDIR)/include/asm-ia64/linux                          \
+          -I$(BASEDIR)/include/asm-ia64/linux-xen                      \
           -I$(BASEDIR)/include/asm-ia64/linux-null                     \
-           -I$(BASEDIR)/arch/ia64/linux -I$(BASEDIR)/arch/ia64/linux-xen
-CFLAGS += $(CPPFLAGS)
+          -I$(BASEDIR)/arch/ia64/linux -I$(BASEDIR)/arch/ia64/linux-xen
+CFLAGS += $(CPPFLAGS)
 #CFLAGS  += -Wno-pointer-arith -Wredundant-decls
-CFLAGS  += -DIA64 -DXEN -DLINUX_2_6 -DV_IOSAPIC_READY
+CFLAGS += -DIA64 -DXEN -DLINUX_2_6 -DV_IOSAPIC_READY
 CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127
 CFLAGS += -g
 #CFLAGS  += -DVTI_DEBUG

_______________________________________________
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 again, Xen patchbot-unstable <=