Subversion Repositories HelenOS

Rev

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

Rev 2131 Rev 2146
Line 30... Line 30...
30
## Toolchain configuration
30
## Toolchain configuration
31
#
31
#
32
 
32
 
33
BFD_NAME = elf32-little
33
BFD_NAME = elf32-little
34
BFD_ARCH = arm
34
BFD_ARCH = arm
35
BFD = elf32-little
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
-
 
40
 
39
CFLAGS += 
41
CFLAGS += 
40
 
42
 
41
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE)
43
DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS)
42
 
44
 
43
## Compile with hierarchical page tables support.
45
## Compile with hierarchical page tables support.
44
#
46
#
45
 
47
 
46
CONFIG_PAGE_PT = y
48
CONFIG_PAGE_PT = y