asconfig.texi revision 39909
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@clear ALL-ARCH
11@c A generic form of manual (not tailored to specific target)?
12@clear GENERIC
13@c Include text on assembler internals?
14@set INTERNALS
15@c Many object formats supported in this config?
16@clear MULTI-OBJ
17
18@c Object formats of interest
19@c ==========================
20@clear AOUT
21@clear BOUT
22@clear COFF
23@set ELF
24@clear SOM
25
26@c CPUs of interest
27@c ================
28@clear A29K
29@clear ARC
30@clear ARM
31@clear D10V
32@clear H8/300
33@clear H8/500
34@clear SH
35@set I80386
36@clear I960
37@clear MIPS
38@clear M32R
39@clear M680X0
40@clear Z8000
41@clear SPARC
42@clear VAX
43@clear VXWORKS
44@clear HPPA
45@clear V850
46
47@c Does this version of the assembler use the difference-table kluge?
48@clear DIFF-TBL-KLUGE
49
50@c Do all machines described use IEEE floating point?
51@set IEEEFLOAT
52
53@c Is a word 32 bits, or 16?
54@set W32
55@clear W16
56
57@c Do symbols have different characters than usual?
58@clear SPECIAL-SYMS
59
60@c strings:------------------------------------------------------------
61@c Name of the assembler:
62@set AS as
63@c Name of C compiler:
64@set GCC gcc
65@c Name of linker:
66@set LD ld
67@c Text for target machine (best not used in generic case; but just in case...)
68@set TARGET i386
69@c Name of object format (NOT SET in generic version)
70@set OBJ-NAME ELF
71