ia64/xen-unstable
changeset 13965:04c23c1ef888
[IA64] Make b2-b5 fixed registers
Signed-off-by: Tristan Gingold <tgingold@free.fr>
Signed-off-by: Tristan Gingold <tgingold@free.fr>
author | awilliam@xenbuild2.aw |
---|---|
date | Sun Feb 18 16:13:13 2007 -0700 (2007-02-18) |
parents | 38f7330d4807 |
children | d907467f08cd |
files | xen/arch/ia64/Rules.mk |
line diff
1.1 --- a/xen/arch/ia64/Rules.mk Sun Feb 18 16:08:11 2007 -0700 1.2 +++ b/xen/arch/ia64/Rules.mk Sun Feb 18 16:13:13 2007 -0700 1.3 @@ -33,7 +33,7 @@ CPPFLAGS+= -I$(BASEDIR)/include \ 1.4 CFLAGS += $(CPPFLAGS) 1.5 #CFLAGS += -Wno-pointer-arith -Wredundant-decls 1.6 CFLAGS += -DIA64 -DXEN -DLINUX_2_6 1.7 -CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127 1.8 +CFLAGS += -ffixed-r13 -mfixed-range=f2-f5,f12-f127,b2-b5 1.9 CFLAGS += -g 1.10 #CFLAGS += -DVTI_DEBUG 1.11 ifeq ($(xen_ia64_expose_p2m),y)