8811bb30f8b4e98405936be5913dbe10db22a94b
[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 Hitachi H8/300 target:
22 @set H8
23 @c Hitachi H8/300 target ONLY:
24 @clear H8EXCLUSIVE
25 @c
26 @c remote MIPS target:
27 @set MIPS
28 @c
29 @c SPARC target:
30 @set SPARC
31 @c
32 @c AMD 29000 target:
33 @set AMD29K
34 @c
35 @c Intel 960 target:
36 @set I960
37 @c
38 @c Tandem ST2000 (phone switch) target:
39 @set ST2000
40 @c
41 @c Zilog 8000 target:
42 @set Z8K
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 @c This is backward. As time permits, change this to language-specific
61 @c switches for what to include.
62 @clear CONLY
63 @c Discuss Fortran?
64 @set FORTRAN
65 @c
66 @c Discuss Modula 2?
67 @set MOD2
68 @c
69 @c Specifically for host machine running DOS?
70 @clear DOSHOST
71 @c
72 @c Talk about CPU simulator targets?
73 @set SIMS
74 @c
75 @c Is manual stand-alone, or part of an agglomeration, with overall GPL?
76 @clear AGGLOMERATION
77 @c
78 @c Remote serial line settings of interest?
79 @set SERIAL
80 @c
81 @c Discuss features requiring Posix or similar OS environment?
82 @set POSIX
83 @c
84 @c Discuss remote serial debugging stub?
85 @set REMOTESTUB
86 @c
87 @c Refrain from discussing how to configure sw and format doc?
88 @clear PRECONFIGURED
89 @c
90 @c Refrain from referring to unfree publications?
91 @set FSFDOC
92 @c
93 @c ----------------------------------------------------------------------
94 @c STRINGS:
95 @c
96 @c Name of GDB program. Used also for (gdb) prompt string.
97 @set GDBP gdb
98 @c
99 @c Name of GDB product. Used in running text.
100 @set GDBN GDB
101 @c
102 @c Name of GDB initialization file.
103 @set GDBINIT .gdbinit
104 @c
105 @c Name of host. Should not be used in generic configs, but generic
106 @c value may catch some flubs.
107 @set HOST machine specific
108 @c
109 @c Name of GCC product
110 @set NGCC GCC
111 @c
112 @c Name of GCC program
113 @set GCC gcc
114
This page took 0.031298 seconds and 3 git commands to generate.