|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk
Hi, Tristan
Thank you. You are right.
These are my mistake.
I fix my patch.
diff -r 911c04274f14 xen/arch/ia64/Rules.mk
--- a/xen/arch/ia64/Rules.mk Tue Mar 14 14:38:22 2006 -0700
+++ b/xen/arch/ia64/Rules.mk Thu Mar 16 09:07:33 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__ -nostdinc $(CPPFLAGS)
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
>Le Mercredi 15 Mars 2006 05:06, Akio Takebe a 馗rit :
>> Hi,
>>
>> When we compile xen, we use local include files.
>> (e.g. /usr/include)
>> So this patch fix the issue.
>I don't understand why you need -fno-builtin -fno-common and
>-fno-strict-aliasing. These are C flags and not ASM flags.
>
>Maybe I missed something ?
>
>Tristan.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|