debuggers.hg
diff xen/arch/x86/Rules.mk @ 3659:bf2c38625b39
bitkeeper revision 1.1159.212.72 (42011b79Y7C9nEKFZ5pdQXwp8jC9hw)
More x86/64. Now boot secondary CPUs, but I seem to have problems
executing IRET, so interrupts are fatal.
Signed-off-by: keir.fraser@cl.cam.ac.uk
More x86/64. Now boot secondary CPUs, but I seem to have problems
executing IRET, so interrupts are fatal.
Signed-off-by: keir.fraser@cl.cam.ac.uk
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Wed Feb 02 18:27:05 2005 +0000 (2005-02-02) |
parents | c384de5ff937 |
children | bbe8541361dd |
line diff
1.1 --- a/xen/arch/x86/Rules.mk Wed Feb 02 15:24:31 2005 +0000 1.2 +++ b/xen/arch/x86/Rules.mk Wed Feb 02 18:27:05 2005 +0000 1.3 @@ -5,7 +5,7 @@ CC := gcc 1.4 LD := ld 1.5 1.6 CFLAGS := -nostdinc -fno-builtin -fno-common -fno-strict-aliasing 1.7 -CFLAGS += -iwithprefix include -Wall -Werror -pipe 1.8 +CFLAGS += -iwithprefix include -Wall -Werror -Wno-format -pipe 1.9 CFLAGS += -I$(BASEDIR)/include -Wno-pointer-arith -Wredundant-decls 1.10 1.11 ifeq ($(optimize),y)