Subversion Repositories HelenOS

Rev

Rev 2341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2341 Rev 2352
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 = 0x80150000
39
KERNEL_LOAD_ADDRESS = 0x80200000
40
 
40
 
41
CFLAGS += -fno-zero-initialized-in-bss
41
CFLAGS += -fno-zero-initialized-in-bss
42
 
42
 
43
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
43
DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
44
 
44