libgloss: add new Build System Internals node to the menu

Seems that some versions of texinfo require the @menu to have all
entries at the top level, so add the new build one to it.
This commit is contained in:
Mike Frysinger 2022-03-04 01:04:25 -05:00
parent 261acf7318
commit 845515267b
1 changed files with 2 additions and 1 deletions

View File

@ -136,6 +136,7 @@ new library is called Libgloss, for Gnu Low-level OS support.
* Building libgloss:: How to configure and built libgloss * Building libgloss:: How to configure and built libgloss
for a target. for a target.
* Board support:: How to add support for a new board. * Board support:: How to add support for a new board.
* Build System Internals:: How the libgloss build system works.
@end menu @end menu
@node Supported targets, Building libgloss, Libgloss, Libgloss @node Supported targets, Building libgloss, Libgloss, Libgloss
@ -311,7 +312,7 @@ used. This is done so libgloss will build automatically with a fresh,
and uninstalled object tree. It also makes it easier to debug the other and uninstalled object tree. It also makes it easier to debug the other
tools using libgloss's test suites. tools using libgloss's test suites.
@node Board support, , Building libgloss, Libgloss @node Board support
@section Adding Support for a New Board @section Adding Support for a New Board
This section explains how to add support for a new board to libgloss. This section explains how to add support for a new board to libgloss.