Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2460 → Rev 2459

/trunk/kernel/arch/ia64/Makefile.inc
38,10 → 38,7
INIT0_ADDRESS = 0xe000000000400000
INIT0_SIZE = 0x100000
 
CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
GCC_CFLAGS += $(CMN1)
ICC_CFLAGS += $(CMN1)
 
GCC_CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
LFLAGS += -EL
AFLAGS += -mconstant-gp
 
48,6 → 45,7
DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) -D$(MACHINE)
 
 
 
## Compile with page hash table support.
#