|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk
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.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 \
Applied. Please be careful cutting-and-pasting patches into email,
it's easy to get tabs converted to spaces w/o noticing. Thanks,
Alex
--
Alex Williamson HP Linux & Open Source Lab
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|