Subversion Repositories HelenOS-historic

Rev

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

Rev 919 Rev 938
Line 43... Line 43...
43
 
43
 
44
CFLAGS += -mconstant-gp -fno-unwind-tables
44
CFLAGS += -mconstant-gp -fno-unwind-tables
45
LFLAGS += -EL
45
LFLAGS += -EL
46
AFLAGS += -mconstant-gp
46
AFLAGS += -mconstant-gp
47
 
47
 
48
DEFS += -DINIT_ADDRESS=$(INIT_ADDRESS) -DINIT_SIZE=$(INIT_SIZE)
48
DEFS += -D__64_BITS__ -DINIT_ADDRESS=$(INIT_ADDRESS) -DINIT_SIZE=$(INIT_SIZE)
49
 
49
 
50
## Compile with page hash table support.
50
## Compile with page hash table support.
51
#
51
#
52
 
52
 
53
CONFIG_PAGE_HT = y
53
CONFIG_PAGE_HT = y