119370Spst@c GDB MANUAL configuration file.  
219370Spst@c
3130803Smarcel@c Copyright 1993, 1995, 1999, 2002 Free Software Foundation, Inc.
4130803Smarcel@c
519370Spst@c NOTE: While the GDB manual is configurable (by changing these
619370Spst@c switches), its configuration is ***NOT*** automatically tied in to
719370Spst@c source configuration---because the authors expect that, save in
819370Spst@c unusual cases, the most inclusive form of the manual is appropriate
919370Spst@c no matter how the program itself is configured.
1019370Spst@c
1119370Spst@c The only automatically-varying variable is the GDB version number,
1219370Spst@c which the Makefile rewrites based on the VERSION variable from
1319370Spst@c `../Makefile.in'.  
1419370Spst@c 
1519370Spst@c GDB version number is recorded in the variable GDBVN
1619370Spst@include GDBvn.texi
1719370Spst@c
1819370Spst@c ----------------------------------------------------------------------
1919370Spst@c PLATFORM FLAGS:
2019370Spst@set GENERIC
2119370Spst@c
2246283Sdfr@c HP PA-RISC target ONLY:
2346283Sdfr@clear HPPA
2446283Sdfr@c
2519370Spst@c Refrain from discussing how to configure sw and format doc?
2619370Spst@clear PRECONFIGURED
2719370Spst@c
2819370Spst@c ----------------------------------------------------------------------
2919370Spst@c STRINGS:
3019370Spst@c
3119370Spst@c Name of GDB program.  Used also for (gdb) prompt string.
3219370Spst@set GDBP gdb
3319370Spst@c 
3419370Spst@c Name of GDB product.  Used in running text.
35130803Smarcel@set GDBN @sc{gdb}
3619370Spst@c
3719370Spst@c Name of host.  Should not be used in generic configs, but generic
3819370Spst@c value may catch some flubs.
3919370Spst@set HOST machine specific
4019370Spst@c
4119370Spst@c Name of GCC product
42130803Smarcel@set NGCC @sc{gcc}
4319370Spst@c 
4419370Spst@c Name of GCC program
4519370Spst@set GCC gcc
46