all.texi revision 33965
1@c Copyright 1992, 1993 Free Software Foundation, Inc.
2@c This file is part of the documentation for the GAS manual
3
4@c Configuration settings for all-inclusive version of manual
5
6@c switches:------------------------------------------------------------
7@c Properties of the manual
8@c ========================
9@c Discuss all architectures?
10@set ALL-ARCH
11@c A generic form of manual (not tailored to specific target)?
12@set GENERIC
13@c Include text on assembler internals?
14@clear INTERNALS
15@c Many object formats supported in this config?
16@set MULTI-OBJ
17
18@c Object formats of interest
19@c ==========================
20@set AOUT
21@set BOUT
22@set COFF
23@set ELF
24@set SOM
25
26@c CPUs of interest
27@c ================
28@set A29K
29@set D10V
30@set H8/300
31@set H8/500
32@set SH
33@set I80386
34@set I960
35@set MIPS
36@set M680X0
37@set Z8000
38@set SPARC
39@set VAX
40@set VXWORKS
41@set HPPA
42
43@c Does this version of the assembler use the difference-table kluge?
44@set DIFF-TBL-KLUGE
45
46@c Do all machines described use IEEE floating point?
47@clear IEEEFLOAT
48
49@c Is a word 32 bits, or 16?
50@clear W32
51@set W16
52
53@c Do symbols have different characters than usual?
54@clear SPECIAL-SYMS
55
56@c strings:------------------------------------------------------------
57@c Name of the assembler:
58@set AS as
59@c Name of C compiler:
60@set GCC gcc
61@c Name of linker:
62@set LD ld
63@c Text for target machine (best not used in generic case; but just in case...)
64@set TARGET machine specific
65@c Name of object format NOT SET in generic version
66@clear OBJ-NAME
67