Subversion Repositories HelenOS

Rev

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

Rev 2290 Rev 2293
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 = 0x80100000
39
KERNEL_LOAD_ADDRESS = 0x80150000
40
 
40
 
41
CFLAGS += -fno-zero-initialized-in-bss
41
CFLAGS += -fno-zero-initialized-in-bss
42
 
42
 
43
MACHINE_gxemul_testarm = 1
43
MACHINE_gxemul_testarm = 1
44
 
44