Rev 1106 | Rev 1162 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1106 | Rev 1160 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | TOOLCHAIN_DIR = /usr/local/ppc/bin |
36 | TOOLCHAIN_DIR = /usr/local/ppc/bin |
| 37 | 37 | ||
| 38 | ## Make some default assumptions |
38 | ## Make some default assumptions |
| 39 | # |
39 | # |
| 40 | 40 | ||
| - | 41 | CFLAGS += -mcpu=powerpc -m32 |
|
| 41 | LFLAGS += -no-check-sections -N |
42 | LFLAGS += -no-check-sections -N |
| 42 | 43 | ||
| 43 | DEFS += -D__32_BITS__ |
44 | DEFS += -D__32_BITS__ |
| 44 | 45 | ||
| 45 | ## Own configuration directives |
46 | ## Own configuration directives |
| 46 | # |
47 | # |
| 47 | 48 | ||
| 48 | CONFIG_OFW = y |
- | |
| 49 | CONFIG_FB = y |
49 | CONFIG_FB = y |
| 50 | 50 | ||
| 51 | ## Compile with hierarchical page tables support. |
51 | ## Compile with hierarchical page tables support. |
| 52 | # |
52 | # |
| 53 | 53 | ||