diff -urpN src/gdb/doc/gdbint.texinfo dev/gdb/doc/gdbint.texinfo --- src/gdb/doc/gdbint.texinfo 2008-01-29 09:48:39.000000000 +0100 +++ dev/gdb/doc/gdbint.texinfo 2008-02-12 06:56:35.000000000 +0100 @@ -7058,6 +7058,21 @@ is so old that it has never been convert @end table +@section Build Script + +@cindex build script + +The script @file{gdb_buildall.sh} builds @value{GDBN} with flag +@option{--enable-targets=all} set. This builds @value{GDBN} with all supported +targets activated. This helps testing @value{GDBN} when doing changes that +affect more than one architecture and is much faster than using +@file{gdb_mbuild.sh}. + +After building @value{GDBN} the script checks which architectures are +supported and then switches the current architecture to each of those to get +information about the architecture. The test results are stored in log files +in the directory the script was called from. + @include observer.texi @raisesections @include fdl.texi