Subversion Repositories HelenOS-historic

Rev

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

Rev 901 Rev 919
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
-
 
42
INIT_SIZE = 0x100000
-
 
43
 
41
CFLAGS += -mconstant-gp -fno-unwind-tables
44
CFLAGS += -mconstant-gp -fno-unwind-tables
42
LFLAGS += -EL
45
LFLAGS += -EL
43
AFLAGS += -mconstant-gp
46
AFLAGS += -mconstant-gp
44
 
47
 
-
 
48
DEFS += -DINIT_ADDRESS=$(INIT_ADDRESS) -DINIT_SIZE=$(INIT_SIZE)
-
 
49
 
45
## Compile with page hash table support.
50
## Compile with page hash table support.
46
#
51
#
47
 
52
 
48
CONFIG_PAGE_HT = y
53
CONFIG_PAGE_HT = y
49
 
54