Rev 2412 | Rev 3094 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2412 | Rev 2464 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | BFD_ARCH = arm |
34 | BFD_ARCH = arm |
35 | BFD = elf32-little |
35 | BFD = elf32-little |
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 | CFLAGS += |
39 | GCC_CFLAGS += |
40 | 40 | ||
41 | DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) |
41 | DEFS += -D__32_BITS__ -DMACHINE=$(MACHINE) |
42 | 42 | ||
43 | ## Compile with hierarchical page tables support. |
43 | ## Compile with hierarchical page tables support. |
44 | # |
44 | # |