Re: [Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-16 Thread Alex Williamson
On Thu, 2006-03-16 at 09:36 +0900, Akio Takebe wrote: diff -r 911c04274f14 xen/arch/ia64/Rules.mk --- a/xen/arch/ia64/Rules.mkTue Mar 14 14:38:22 2006 -0700 +++ b/xen/arch/ia64/Rules.mkThu Mar 16 09:07:33 2006 +0900 @@ -5,7 +5,7 @@ ifneq ($(COMPILE_ARCH),$(TARGET_ARCH)) ifneq

Re: [Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-15 Thread Tristan Gingold
Le Mercredi 15 Mars 2006 05:06, Akio Takebe a écrit : 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

Re: [Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-15 Thread Akio Takebe
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.mkTue Mar 14 14:38:22 2006 -0700 +++ b/xen/arch/ia64/Rules.mkThu Mar 16 09:07:33 2006 +0900 @@ -5,7 +5,7 @@ ifneq

[Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-14 Thread Akio Takebe
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.mkFri Mar 10 10:00:31 2006