# HG changeset patch # User hahn@xxxxxxxxxxxxxxxx # Date 1161951691 -7200 # Node ID 0960f091b093abba95c4b717635d110035e4ddab # Parent ca87a5ceecff1b51c4f539c4d6b36d798eee5dd8 I changed some rules for building the ia64 stuff. Signed-off-by: Dietmar Hahn diff -r ca87a5ceecff -r 0960f091b093 extras/mini-os/Makefile --- a/extras/mini-os/Makefile Fri Oct 27 11:03:02 2006 +0200 +++ b/extras/mini-os/Makefile Fri Oct 27 14:21:31 2006 +0200 @@ -55,9 +55,10 @@ endif endif ifeq ($(TARGET_ARCH),ia64) -CFLAGS += -mfixed-range=f12-f15,f32-f127 -ASFLAGS += -x assembler-with-cpp -ansi -Wall -ASFLAGS += -mfixed-range=f12-f15,f32-f127 +CFLAGS += -mfixed-range=f2-f5,f12-f15,f32-f127 -mconstant-gp +ASFLAGS += -x assembler-with-cpp -Wall +ASFLAGS += -mfixed-range=f2-f5,f12-f15,f32-f127 -fomit-frame-pointer +ASFLAGS += -fno-builtin -fno-common -fno-strict-aliasing -mconstant-gp ARCH_LINKS = IA64_LINKS # Special link on ia64 needed define arch_links [ -e include/ia64/asm-xsi-offsets.h ] || ln -sf ../../../../xen/include/asm-ia64/asm-xsi-offsets.h include/ia64/asm-xsi-offsets.h