]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | # |
2 | ###################################################################### | |
3 | # | |
4 | # Standard NeXT Research Configurations: | |
5 | # -------- ---- -------- --------------- | |
6 | # | |
2d21ac55 A |
7 | # RELEASE = [ppc mach mach_pe panic_info config_dtrace] |
8 | # DEVELOPMENT = [ RELEASE ] | |
1c79356b | 9 | # RELEASE_TRACE = [RELEASE kdebug] |
2d21ac55 A |
10 | # PROFILE = [RELEASE profile] |
11 | # DEBUG = [RELEASE debug] | |
1c79356b A |
12 | # DEBUG_TRACE = [DEBUG kdebug] |
13 | # | |
14 | ###################################################################### | |
15 | ||
16 | machine "ppc" # <ppc> | |
2d21ac55 | 17 | cpu "ppc" # <ppc> |
1c79356b | 18 |