Subversion Repositories HelenOS

Rev

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

Rev 2182 Rev 2196
Line 36... Line 36...
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 = 0x00100000
40
 
40
 
41
CFLAGS += 
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
 
45
CONFIG_MSIM_GXEMUL = y
45
CONFIG_MSIM_GXEMUL = y
46
DEFS += -DCONFIG_MSIM_GXEMUL
46
DEFS += -DCONFIG_MSIM_GXEMUL