From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id DFE853858D37; Fri, 4 Mar 2022 06:05:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFE853858D37 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Frysinger To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] libgloss: add new Build System Internals node to the menu X-Act-Checkin: newlib-cygwin X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 261acf73188bafafe8b59d8db7e8edeb940dac23 X-Git-Newrev: 845515267b8dfb7198ae5ca9d4a30d58b2a3d995 Message-Id: <20220304060518.DFE853858D37@sourceware.org> Date: Fri, 4 Mar 2022 06:05:18 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2022 06:05:19 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D845515267b8= dfb7198ae5ca9d4a30d58b2a3d995 commit 845515267b8dfb7198ae5ca9d4a30d58b2a3d995 Author: Mike Frysinger Date: Fri Mar 4 01:04:25 2022 -0500 libgloss: add new Build System Internals node to the menu =20 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. Diff: --- libgloss/doc/porting.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgloss/doc/porting.texi b/libgloss/doc/porting.texi index 5325fb2ed..496fae352 100644 --- a/libgloss/doc/porting.texi +++ b/libgloss/doc/porting.texi @@ -136,6 +136,7 @@ new library is called Libgloss, for Gnu Low-level OS su= pport. * Building libgloss:: How to configure and built libgloss for a target. * Board support:: How to add support for a new board. +* Build System Internals:: How the libgloss build system works. @end menu =20 @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 tools using libgloss's test suites. =20 -@node Board support, , Building libgloss, Libgloss +@node Board support @section Adding Support for a New Board =20 This section explains how to add support for a new board to libgloss.