1@c $FreeBSD: stable/10/gnu/usr.bin/binutils/doc/asconfig.texi 218822 2011-02-18 20:54:12Z dim $
2@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002,
3@c 2003, 2005
4@c Free Software Foundation, Inc.
5@c This file is part of the documentation for the GAS manual
6
7@c Configuration settings for all-inclusive version of manual
8
9@c switches:------------------------------------------------------------
10@c Properties of the manual
11@c ========================
12@c Discuss all architectures?
13@clear ALL-ARCH
14@c A generic form of manual (not tailored to specific target)?
15@clear GENERIC
16@c Include text on assembler internals?
17@set INTERNALS
18@c Many object formats supported in this config?
19@clear MULTI-OBJ
20
21@c Object formats of interest
22@c ==========================
23@clear AOUT
24@clear COFF
25@set ELF
26@clear SOM
27
28@c CPUs of interest
29@c ================
30@clear ALPHA
31@clear ARC
32@set ARM
33@clear BFIN
34@clear CRIS
35@clear D10V
36@clear D30V
37@clear H8/300
38@clear HPPA
39@clear I370
40@set I80386
41@clear I860
42@clear I960
43@set IA64
44@clear IP2K
45@clear M32C
46@clear M32R
47@clear xc16x
48@clear M68HC11
49@clear M680X0
50@clear MCORE
51@set MIPS
52@clear MMIX
53@clear MS1
54@clear MSP430
55@clear PDP11
56@clear PJ
57@set PPC
58@clear SH
59@set SPARC
60@clear TIC54X
61@clear V850
62@clear VAX
63@clear XTENSA
64@clear Z80
65@clear Z8000
66
67@c Does this version of the assembler use the difference-table kludge?
68@clear DIFF-TBL-KLUGE
69
70@c Do all machines described use IEEE floating point?
71@clear IEEEFLOAT
72
73@c Is a word 32 bits, or 16?
74@set W32
75@clear W16
76
77@c Do symbols have different characters than usual?
78@clear SPECIAL-SYMS
79
80@c strings:------------------------------------------------------------
81@c Name of the assembler:
82@set AS as
83@c Name of C compiler:
84@set GCC gcc
85@c Name of linker:
86@set LD ld
87@c Text for target machine (best not used in generic case; but just in case...)
88@set TARGET machine specific
89@c Name of object format NOT SET in generic version
90@set OBJ-NAME ELF
91