Subversion Repositories HelenOS-historic

Rev

Rev 1053 | Rev 1106 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1053 Rev 1059
Line 36... Line 36...
36
TOOLCHAIN_DIR = /usr/local/ia64/bin
36
TOOLCHAIN_DIR = /usr/local/ia64/bin
37
 
37
 
38
## Make some default assumptions
38
## Make some default assumptions
39
#
39
#
40
 
40
 
41
INIT_ADDRESS = 0xe000000000400000
41
INIT0_ADDRESS = 0xe000000000400000
-
 
42
INIT0_SIZE = 0x100000
-
 
43
 
-
 
44
INIT1_ADDRESS = 0xe000000000800000
42
INIT_SIZE = 0x100000
45
INIT1_SIZE = 0x100000
43
 
46
 
44
CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
47
CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
45
LFLAGS += -EL
48
LFLAGS += -EL
46
AFLAGS += -mconstant-gp
49
AFLAGS += -mconstant-gp
47
 
50
 
48
DEFS += -D__64_BITS__ -DINIT_ADDRESS=$(INIT_ADDRESS) -DINIT_SIZE=$(INIT_SIZE)
51
DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) \
-
 
52
	-DINIT1_ADDRESS=$(INIT1_ADDRESS) -DINIT1_SIZE=$(INIT1_SIZE)
49
 
53
 
50
## Compile with page hash table support.
54
## Compile with page hash table support.
51
#
55
#
52
 
56
 
53
CONFIG_PAGE_HT = y
57
CONFIG_PAGE_HT = y