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 = sparc64 |
2 | PLATFORM = sparc64 |
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 | # Support for SMP |
10 | # Support for SMP |
Line 52... | Line 52... | ||
52 | # Preserve A.OUT header in isofs.b |
52 | # Preserve A.OUT header in isofs.b |
53 | CONFIG_AOUT_ISOFS_B = y |
53 | CONFIG_AOUT_ISOFS_B = y |
54 | 54 | ||
55 | # External ramdisk |
55 | # External ramdisk |
56 | CONFIG_RD_EXTERNAL = y |
56 | CONFIG_RD_EXTERNAL = y |
- | 57 | ||
- | 58 | # Use shared C library |
|
- | 59 | CONFIG_SHARED_LIBC = n |