* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / doc / all-config.texi
CommitLineData
1a39a97f
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
1d7c3357
RP
14@c GDB version number is recorded in the variable GDBVN
15@include GDBvn.texi
16@c
1a39a97f
RP
17@c ----------------------------------------------------------------------
18@c PLATFORM FLAGS:
19@set GENERIC
20@c
21@c Hitachi H8/300 target:
a64a6c2b 22@set H8
1a39a97f 23@c Hitachi H8/300 target ONLY:
a64a6c2b 24@clear H8EXCLUSIVE
1a39a97f 25@c
34ae25cd
RP
26@c remote MIPS target:
27@set MIPS
28@c
1a39a97f
RP
29@c SPARC target:
30@set SPARC
31@c
32@c AMD 29000 target:
a64a6c2b 33@set AMD29K
1a39a97f
RP
34@c
35@c Intel 960 target:
a64a6c2b 36@set I960
1a39a97f
RP
37@c
38@c Tandem ST2000 (phone switch) target:
a64a6c2b 39@set ST2000
1a39a97f
RP
40@c
41@c Zilog 8000 target:
a64a6c2b 42@set Z8K
1a39a97f
RP
43@c
44@c Lucid "Energize" environment:
45@clear LUCID
46@c
47@c Wind River Systems VxWorks environment:
48@set VXWORKS
49@c
50@c ----------------------------------------------------------------------
51@c DOC FEATURE FLAGS:
52@c
53@c Include change-from-old?
54@set NOVEL
55@c
56@c Bare-board target?
57@clear BARETARGET
58@c
59@c Restrict languages discussed to C?
60@clear CONLY
61@c
62@c Specifically for host machine running DOS?
63@clear DOSHOST
64@c
65@c Talk about CPU simulator targets?
66@set SIMS
67@c
68@c Is manual stand-alone, or part of an agglomeration, with overall GPL?
69@clear AGGLOMERATION
70@c
71@c Remote serial line settings of interest?
72@set SERIAL
73@c
74@c Discuss features requiring Posix or similar OS environment?
75@set POSIX
76@c
77@c Discuss remote serial debugging stub?
78@set REMOTESTUB
79@c
80@c Refrain from discussing how to configure sw and format doc?
81@clear PRECONFIGURED
82@c
83@c Refrain from referring to unfree publications?
84@set FSFDOC
85@c
1d7c3357
RP
86@c ----------------------------------------------------------------------
87@c STRINGS:
88@c
89@c Name of GDB program. Used also for (gdb) prompt string.
90@set GDBP gdb
91@c
92@c Name of GDB product. Used in running text.
93@set GDBN GDB
94@c
95@c Name of GDB initialization file.
96@set GDBINIT .gdbinit
97@c
1a39a97f
RP
98@c Name of host. Should not be used in generic configs, but generic
99@c value may catch some flubs.
100@set HOST machine specific
1d7c3357
RP
101@c
102@c Name of GCC product
103@set NGCC GCC
104@c
105@c Name of GCC program
106@set GCC gcc
1a39a97f 107
This page took 0.037501 seconds and 4 git commands to generate.