Subversion Repositories HelenOS-historic

Rev

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

Rev 674 Rev 684
Line 44... Line 44...
44
INIT_ADDRESS = 0x80110000
44
INIT_ADDRESS = 0x80110000
45
INIT_SIZE = 65536
45
INIT_SIZE = 65536
46
CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss
46
CFLAGS += -mno-abicalls -G 0 -fno-zero-initialized-in-bss
47
DEFS += -DMACHINE=${MIPS_MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} -DINIT_ADDRESS=${INIT_ADDRESS} -DINIT_SIZE=${INIT_SIZE}
47
DEFS += -DMACHINE=${MIPS_MACHINE} -DKERNEL_LOAD_ADDRESS=${KERNEL_LOAD_ADDRESS} -DINIT_ADDRESS=${INIT_ADDRESS} -DINIT_SIZE=${INIT_SIZE}
48
 
48
 
-
 
49
## Compile with hierarchical page tables support.
-
 
50
#
-
 
51
 
-
 
52
CONFIG_PAGE_PT = y
-
 
53
 
-
 
54
 
49
## Accepted MACHINEs
55
## Accepted MACHINEs
50
#
56
#
51
 
57
 
52
ifeq ($(MIPS_MACHINE),indy)
58
ifeq ($(MIPS_MACHINE),indy)
53
	# GCC 4.0.1 compiled for mipsEL has problems compiling in 
59
	# GCC 4.0.1 compiled for mipsEL has problems compiling in