Commit | Line | Data |
---|---|---|
2da5c037 | 1 | @c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002, |
7c31ae13 | 2 | @c 2003, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
f7e42eb4 | 3 | @c Free Software Foundation, Inc. |
252b5132 RH |
4 | @c This file is part of the documentation for the GAS manual |
5 | ||
6 | @c Configuration settings for all-inclusive version of manual | |
7 | ||
8 | @c switches:------------------------------------------------------------ | |
9 | @c Properties of the manual | |
10 | @c ======================== | |
11 | @c Discuss all architectures? | |
12 | @set ALL-ARCH | |
13 | @c A generic form of manual (not tailored to specific target)? | |
14 | @set GENERIC | |
15 | @c Include text on assembler internals? | |
16 | @clear INTERNALS | |
17 | @c Many object formats supported in this config? | |
18 | @set MULTI-OBJ | |
19 | ||
20 | @c Object formats of interest | |
21 | @c ========================== | |
22 | @set AOUT | |
252b5132 RH |
23 | @set COFF |
24 | @set ELF | |
25 | @set SOM | |
26 | ||
27 | @c CPUs of interest | |
28 | @c ================ | |
625e1353 | 29 | @set ALPHA |
252b5132 RH |
30 | @set ARC |
31 | @set ARM | |
8473f7a4 | 32 | @set AVR |
3b4e1885 | 33 | @set Blackfin |
3d3d428f | 34 | @set CR16 |
328eb32e | 35 | @set CRIS |
252b5132 RH |
36 | @set D10V |
37 | @set D30V | |
cfb8c092 | 38 | @set EPIPHANY |
252b5132 | 39 | @set H8/300 |
041dd5a9 | 40 | @set HPPA |
5b93d8bb | 41 | @set I370 |
252b5132 | 42 | @set I80386 |
e3308d0d | 43 | @set I860 |
252b5132 | 44 | @set I960 |
5cb53c21 | 45 | @set IA64 |
a40cbfa3 | 46 | @set IP2K |
84e94c90 | 47 | @set LM32 |
49f58d10 | 48 | @set M32C |
252b5132 | 49 | @set M32R |
d70c5fc7 | 50 | @set xc16x |
60bcf0fa | 51 | @set M68HC11 |
252b5132 | 52 | @set M680X0 |
041dd5a9 | 53 | @set MCORE |
7ba29e2a | 54 | @set MICROBLAZE |
041dd5a9 | 55 | @set MIPS |
3c3bdf30 | 56 | @set MMIX |
6f84a2a6 | 57 | @set MS1 |
2469cfa2 | 58 | @set MSP430 |
7c31ae13 | 59 | @set NS32K |
e135f41b | 60 | @set PDP11 |
041dd5a9 | 61 | @set PJ |
418c1742 | 62 | @set PPC |
99c513f6 | 63 | @set RL78 |
c7927a3c | 64 | @set RX |
11c19e16 | 65 | @set S390 |
c3b7224a | 66 | @set SCORE |
041dd5a9 | 67 | @set SH |
252b5132 | 68 | @set SPARC |
9418ab9c | 69 | @set TIC54X |
40b36596 | 70 | @set TIC6X |
aa137e4d NC |
71 | @set TILEGX |
72 | @set TILEPRO | |
041dd5a9 | 73 | @set V850 |
252b5132 | 74 | @set VAX |
f6c1a2d5 | 75 | @set XGATE |
b47d265e | 76 | @set XSTORMY16 |
e0001a05 | 77 | @set XTENSA |
3c9b82ba | 78 | @set Z80 |
041dd5a9 | 79 | @set Z8000 |
252b5132 | 80 | |
b45619c0 | 81 | @c Does this version of the assembler use the difference-table kludge? |
252b5132 RH |
82 | @set DIFF-TBL-KLUGE |
83 | ||
84 | @c Do all machines described use IEEE floating point? | |
85 | @clear IEEEFLOAT | |
86 | ||
87 | @c Is a word 32 bits, or 16? | |
88 | @clear W32 | |
89 | @set W16 | |
90 | ||
91 | @c Do symbols have different characters than usual? | |
92 | @clear SPECIAL-SYMS | |
93 | ||
94 | @c strings:------------------------------------------------------------ | |
95 | @c Name of the assembler: | |
96 | @set AS as | |
97 | @c Name of C compiler: | |
98 | @set GCC gcc | |
99 | @c Name of linker: | |
100 | @set LD ld | |
101 | @c Text for target machine (best not used in generic case; but just in case...) | |
102 | @set TARGET machine specific | |
103 | @c Name of object format NOT SET in generic version | |
104 | @clear OBJ-NAME |