add XCOFF node
[deliverable/binutils-gdb.git] / gdb / doc / gdb-config.texi
CommitLineData
18fae2a8
RP
1@c GDB MANUAL configuration file.
2@c Copyright (c) 1993 Free Software Foundation, Inc.
3@c
4@c NOTE: While the GDB manual is configurable (by changing these
5@c switches), its configuration is ***NOT*** automatically tied in to
6@c source configuration---because the authors expect that, save in
7@c unusual cases, the most inclusive form of the manual is appropriate
8@c no matter how the program itself is configured.
9@c
10@c The only automatically-varying variable is the GDB version number,
11@c which the Makefile rewrites based on the VERSION variable from
12@c `../Makefile.in'.
13@c
14@c GDB version number is recorded in the variable GDBVN
15@include GDBvn.texi
16@c
17@c ----------------------------------------------------------------------
18@c PLATFORM FLAGS:
19@set GENERIC
20@c
21@c Hitachi H8/300 target:
22@set Hviii
23@c Hitachi H8/300 target ONLY:
24@clear HviiiEXCLUSIVE
25@c
26@c SPARC target:
27@set SPARC
28@c
29@c AMD 29000 target:
30@set AMDxxixK
31@c
32@c Intel 960 target:
33@set Icmlx
34@c
35@c Tandem ST2000 (phone switch) target:
36@set STmm
37@c
38@c Zilog 8000 target:
39@set ZviiiK
40@c
41@c Lucid "Energize" environment:
42@clear LUCID
43@c
44@c Wind River Systems VxWorks environment:
45@set VXWORKS
46@c
47@c ----------------------------------------------------------------------
48@c DOC FEATURE FLAGS:
49@c
50@c Include change-from-old?
51@set NOVEL
52@c
53@c Bare-board target?
54@clear BARETARGET
55@c
56@c Restrict languages discussed to C?
57@clear CONLY
58@c
59@c Specifically for host machine running DOS?
60@clear DOSHOST
61@c
fe715d06
RP
62@c Talk about CPU simulator targets?
63@set SIMS
64@c
18fae2a8
RP
65@c Is manual stand-alone, or part of an agglomeration, with overall GPL?
66@clear AGGLOMERATION
67@c
68@c Remote serial line settings of interest?
69@set SERIAL
70@c
71@c Discuss features requiring Posix or similar OS environment?
72@set POSIX
73@c
74@c Discuss remote serial debugging stub?
75@set REMOTESTUB
76@c
77@c Refrain from discussing how to configure sw and format doc?
78@clear PRECONFIGURED
79@c
80@c Refrain from referring to unfree publications?
81@set FSFDOC
82@c
83@c ----------------------------------------------------------------------
84@c STRINGS:
85@c
86@c Name of GDB program. Used also for (gdb) prompt string.
87@set GDBP gdb
88@c
89@c Name of GDB product. Used in running text.
90@set GDBN GDB
91@c
92@c Name of GDB initialization file.
93@set GDBINIT .gdbinit
94@c
95@c Name of host. Should not be used in generic configs, but generic
96@c value may catch some flubs.
97@set HOST machine specific
98@c
99@c Name of GCC product
100@set NGCC GCC
101@c
102@c Name of GCC program
103@set GCC gcc
104
This page took 0.030748 seconds and 4 git commands to generate.