* Makefile.in (GDBvn.texi): Fix match expression to work with
[deliverable/binutils-gdb.git] / gdb / doc / all-cfg.texi
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 HP PA-RISC target:
22 @set HPPA
23 @c
24 @c Hitachi H8/300 target:
25 @set H8
26 @c Hitachi H8/300 target ONLY:
27 @clear H8EXCLUSIVE
28 @c
29 @c remote MIPS target:
30 @set MIPS
31 @c
32 @c SPARC target:
33 @set SPARC
34 @set SPARCLET
35 @c
36 @c AMD 29000 target:
37 @set AMD29K
38 @c
39 @c Intel 960 target:
40 @set I960
41 @c
42 @c Tandem ST2000 (phone switch) target:
43 @set ST2000
44 @c
45 @c Zilog 8000 target:
46 @set Z8K
47 @c
48 @c Lucid "Energize" environment:
49 @clear LUCID
50 @c
51 @c Wind River Systems VxWorks environment:
52 @set VXWORKS
53 @c
54 @c ----------------------------------------------------------------------
55 @c DOC FEATURE FLAGS:
56 @c
57 @c Include change-from-old?
58 @set NOVEL
59 @c
60 @c Bare-board target?
61 @clear BARETARGET
62 @c
63 @c Restrict languages discussed to C?
64 @c This is backward. As time permits, change this to language-specific
65 @c switches for what to include.
66 @clear CONLY
67 @c Discuss Fortran?
68 @set FORTRAN
69 @c
70 @c Discuss Modula 2?
71 @set MOD2
72 @c
73 @c Specifically for host machine running DOS?
74 @clear DOSHOST
75 @c
76 @c Talk about CPU simulator targets?
77 @set SIMS
78 @c
79 @c Is manual stand-alone, or part of an agglomeration, with overall GPL?
80 @clear AGGLOMERATION
81 @c
82 @c Remote serial line settings of interest?
83 @set SERIAL
84 @c
85 @c Discuss features requiring Posix or similar OS environment?
86 @set POSIX
87 @c
88 @c Discuss remote serial debugging stub?
89 @set REMOTESTUB
90 @c
91 @c Discuss gdbserver?
92 @set GDBSERVER
93 @c
94 @c Discuss gdbserve.nlm?
95 @set GDBSERVE
96 @c
97 @c Refrain from discussing how to configure sw and format doc?
98 @clear PRECONFIGURED
99 @c
100 @c Refrain from referring to unfree publications?
101 @set FSFDOC
102 @c
103 @c ----------------------------------------------------------------------
104 @c STRINGS:
105 @c
106 @c Name of GDB program. Used also for (gdb) prompt string.
107 @set GDBP gdb
108 @c
109 @c Name of GDB product. Used in running text.
110 @set GDBN GDB
111 @c
112 @c Name of GDB initialization file.
113 @set GDBINIT .gdbinit
114 @c
115 @c Name of host. Should not be used in generic configs, but generic
116 @c value may catch some flubs.
117 @set HOST machine specific
118 @c
119 @c Name of GCC product
120 @set NGCC GCC
121 @c
122 @c Name of GCC program
123 @set GCC gcc
124
This page took 0.034637 seconds and 4 git commands to generate.