[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [ppc] fix accidentally pushe nits
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID 095914973669c87d0543396e62b53e1aabd8b684 # Parent cd04c78dd63512ea9933196374d20ab9fbd4eb47 [ppc] fix accidentally pushe nits --- xen/arch/ppc/Rules.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r cd04c78dd635 -r 095914973669 xen/arch/ppc/Rules.mk --- a/xen/arch/ppc/Rules.mk Fri Jun 30 08:15:04 2006 -0400 +++ b/xen/arch/ppc/Rules.mk Fri Jun 30 08:20:15 2006 -0400 @@ -3,14 +3,14 @@ CC := $(CROSS_COMPILE)gcc CC := $(CROSS_COMPILE)gcc LD := $(CROSS_COMPILE)ld -# These are gooness that applies to all source. +# These are goodess that applies to all source. C_WARNINGS := -Wpointer-arith -Wredundant-decls # _no_ common code can have packed data structures or we are in touble. C_WARNINGS += -Wpacked CFLAGS := -m64 -ffreestanding -fno-builtin -fno-common -fno-strict-aliasing -CFLAGS += -iwithprefix include -Wall -Werror -pipe # -Wpadded +CFLAGS += -iwithprefix include -Wall -Werror -pipe CFLAGS += -I$(BASEDIR)/include CFLAGS += -I$(BASEDIR)/include/asm-ppc/mach-generic CFLAGS += -I$(BASEDIR)/include/asm-ppc/mach-default _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |