Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4348 | Rev 4349 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # Platform |
1 | # Platform |
2 | PLATFORM = ppc32 |
2 | PLATFORM = ppc32 |
3 | 3 | ||
4 | # Ramdisk format |
4 | # Ramdisk format |
5 | RDFMT = fat |
5 | RDFMT = tmpfs |
6 | 6 | ||
7 | # Compiler |
7 | # Compiler |
8 | COMPILER = gcc_cross |
8 | COMPILER = gcc_cross |
9 | 9 | ||
10 | # Debug build |
10 | # Debug build |
Line 34... | Line 34... | ||
34 | # Framebuffer support |
34 | # Framebuffer support |
35 | CONFIG_FB = y |
35 | CONFIG_FB = y |
36 | 36 | ||
37 | # Use Block Address Translation by the loader |
37 | # Use Block Address Translation by the loader |
38 | CONFIG_BAT = y |
38 | CONFIG_BAT = y |
- | 39 | ||
- | 40 | # Use shared C library |
|
- | 41 | CONFIG_SHARED_LIBC = n |