Subversion Repositories HelenOS

Rev

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

Rev 2196 Rev 2198
Line 34... Line 34...
34
BFD_ARCH = arm
34
BFD_ARCH = arm
35
BFD = binary
35
BFD = binary
36
TARGET = arm-linux-gnu
36
TARGET = arm-linux-gnu
37
TOOLCHAIN_DIR = /usr/local/arm
37
TOOLCHAIN_DIR = /usr/local/arm
38
 
38
 
39
KERNEL_LOAD_ADDRESS = 0x00100000
39
KERNEL_LOAD_ADDRESS = 0x80100000
40
 
40
 
41
CFLAGS += -fno-zero-initialized-in-bss
41
CFLAGS += -fno-zero-initialized-in-bss
42
 
42
 
43
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
43
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
44
 
44