doc misc: Building again and updates

Remove references to Cygnus
Fix issues introduced in previous edits
This commit is contained in:
Joel Sherrill
2014-03-20 17:43:09 -05:00
parent a5385b1f72
commit 8cc7084c2c
6 changed files with 14 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ if USE_HTML
html_DATA = index.html
endif
EXTRA_DIST += common/cpright.texi common/setup.texi \
EXTRA_DIST = common/cpright.texi common/setup.texi \
common/treedef.tex common/rtems.texi.in
if USE_HTML

View File

@@ -140,8 +140,8 @@ and installed, it will be necessary to modify the environment of
each RTEMS application developer to reflect at least the path of
the newly installed cross development toolset.
The documentation for the FSF GNU and Cygnus tools is
formatted using TeX. The RTEMS developers use TeX 3.14t3 to
The documentation for the FSF GNU and open source tools is
formatted using TeX. The RTEMS developers use TeX to
format the manuals for their own use. This document does not
contain instructions on the acquisition or installation of TeX
and supporting tools.

View File

@@ -15,7 +15,7 @@ procedure, and current status of Release @value{VERSION} of the RTEMS
executive. An installation procedure is provided which
describes the steps necessary to load and configure the RTEMS
environment, including the GNU Development Environment and the
Cygnus NEWLIB ANSI C Library, on a host computer. The status of
NEWLIB ANSI C Library, on a host computer. The status of
the RTEMS environment is given, which includes supported
processors and target boards, versions of the GNU utilities
which were used by the RTEMS developers for this release,
@@ -45,7 +45,7 @@ Each list may be subscribed to, archives view, etc. by visiting
* GNU Development Tools::
* ANSI C Libraries::
* GNU C Library::
* Cygnus NEWLIB C Library::
* NEWLIB C Library::
@end menu
This section discusses the freely available tools and
@@ -95,11 +95,6 @@ The primary ftp site for the FSF GNU tools is
prep.ai.mit.edu (18.71.0.38) in the /pub/gnu directory. These
tools are mirrored on numerous ftp sites.
Cygnus maintains an ftp site -- ftp.cygnus.com
(205.180.83.42) -- which contains a source code which appeals to
embedded developers. Of especial interest on this site are the
directories /pub/newlib and /pub/embedded.
@node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools
@subsection ANSI C Libraries
@@ -109,14 +104,14 @@ distributable ANSI C Libraries:
@itemize @bullet
@item GNU C Library, and
@item Cygnus NEWLIB
@item NEWLIB
@end itemize
No C Library is included in the standard RTEMS
distribution. It is the responsibility of the user to obtain
and install a C Library separately.
@node GNU C Library, Cygnus NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
@node GNU C Library, NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
@subsection GNU C Library
The GNU C Library is a robust and well-documented C
@@ -142,7 +137,7 @@ for reentrancy. This library is a collection of freely distributable
and public domain source code and is freely distributable with as few
restrictions as possible placed on the end user.
@node Introduction Documentation, Installation Procedure, Cygnus NEWLIB C Library, Introduction
@node Introduction Documentation, Installation Procedure, NEWLIB C Library, Introduction
@section Documentation
The RTEMS Documentation Set is provided online at

View File

@@ -97,7 +97,7 @@ following processors and target boards:
@end itemize
Support for the Cygnus NEWLIB Standard C Library is
Support for the NEWLIB Standard C Library is
provided with this release which may be used on any of the RTEMS
supported targets. The BSPs only provide support for console
I/O only using this library. Support for the reentrancy

View File

@@ -137,8 +137,9 @@ command has numerous command line arguments. These arguments are
discussed in detail in documentation that comes with the RTEMS
distribution. A full list of these arguments can be obtained by running
@code{../rtems-@value{RTEMSAPI}.<VERSION>/configure --help} If you
followed the procedure described in the section @ref{Unarchive the
RTEMS Source} or @ref{Obtaining the RTEMS Source from CVS}, these configuration options can be found in the file
followed the procedure described in the section @ref{Unarchive
the RTEMS Source} or @ref{Obtaining the RTEMS Source from Git},
these configuration options can be found in the file
rtems-@value{RTEMSAPI}.<VERSION>/README.configure.
@b{NOTE}: The GNAT/RTEMS run-time implementation is based on the POSIX

View File

@@ -48,10 +48,10 @@ In addition, the following manuals from the GNU Cross Compilation Toolset
include information on run-time services available.
@itemize @bullet
@item @b{Cygnus C Support Library} describes the Standard C Library
@item @b{C Support Library} describes the Standard C Library
functionality provided by Newlib's libc.
@item @b{Cygnus C Math Library} describes the Standard C Math Library
@item @b{C Math Library} describes the Standard C Math Library
functionality provided by Newlib's libm.
@end itemize