diff options
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 8946d5b..38e9b43 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -7058,6 +7058,21 @@ is so old that it has never been converted to use BFD. Now that's old! @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 |