Rev 708 | Rev 918 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
708 | decky | 1 | ## General configuration directives |
2 | |||
3 | # Architecture |
||
4 | @ "ia32" Intel IA-32 |
||
5 | @ "amd64" AMD64/Intel EM64T |
||
6 | @ "sparc64" Sun UltraSPARC |
||
885 | decky | 7 | @ "ppc32" PowerPC 32-bit |
708 | decky | 8 | ! ARCH (choice) |
885 | decky | 9 | |
10 | # PPC32 Compiler |
||
11 | @ "cross" Cross-compiler |
||
12 | @ "native" Native |
||
13 | ! [ARCH=ppc32] PPC32_COMPILER (choice) |
||
14 | % [ARCH=ppc32] SAVEAS PPC32_COMPILER COMPILER |