]>
Commit | Line | Data |
---|---|---|
c906108c | 1 | @c GDB MANUAL configuration file. |
b6ba6518 | 2 | @c Copyright 1993, 1995, 1999 Free Software Foundation, Inc. |
c906108c SS |
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 ONLY: | |
22 | @clear HPPA | |
23 | @c | |
c906108c SS |
24 | @c Refrain from discussing how to configure sw and format doc? |
25 | @clear PRECONFIGURED | |
26 | @c | |
c906108c SS |
27 | @c ---------------------------------------------------------------------- |
28 | @c STRINGS: | |
29 | @c | |
30 | @c Name of GDB program. Used also for (gdb) prompt string. | |
31 | @set GDBP gdb | |
32 | @c | |
33 | @c Name of GDB product. Used in running text. | |
34 | @set GDBN GDB | |
35 | @c | |
36 | @c Name of host. Should not be used in generic configs, but generic | |
37 | @c value may catch some flubs. | |
38 | @set HOST machine specific | |
39 | @c | |
40 | @c Name of GCC product | |
41 | @set NGCC GCC | |
42 | @c | |
43 | @c Name of GCC program | |
44 | @set GCC gcc | |
45 |