Changeset 8cc7084 in rtems for doc


Ignore:
Timestamp:
03/20/14 22:43:09 (10 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
31f0458a
Parents:
a5385b1
git-author:
Joel Sherrill <joel.sherrill@…> (03/20/14 22:43:09)
git-committer:
Joel Sherrill <joel.sherrill@…> (03/21/14 13:53:31)
Message:

doc misc: Building again and updates

Remove references to Cygnus
Fix issues introduced in previous edits

Location:
doc
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.am

    ra5385b1 r8cc7084  
    1212endif
    1313
    14 EXTRA_DIST += common/cpright.texi common/setup.texi \
     14EXTRA_DIST = common/cpright.texi common/setup.texi \
    1515    common/treedef.tex common/rtems.texi.in
    1616
  • doc/relnotes/install.texi

    ra5385b1 r8cc7084  
    141141the newly installed cross development toolset.
    142142
    143 The documentation for the FSF GNU and Cygnus tools is
    144 formatted using TeX.  The RTEMS developers use TeX 3.14t3 to
     143The documentation for the FSF GNU and open source tools is
     144formatted using TeX.  The RTEMS developers use TeX to
    145145format the manuals for their own use.  This document does not
    146146contain instructions on the acquisition or installation of TeX
  • doc/relnotes/intro.texi

    ra5385b1 r8cc7084  
    1616describes the steps necessary to load and configure the RTEMS
    1717environment, including the GNU Development Environment and the
    18 Cygnus NEWLIB ANSI C Library, on a host computer.  The status of
     18NEWLIB ANSI C Library, on a host computer.  The status of
    1919the RTEMS environment is given, which includes supported
    2020processors and target boards, versions of the GNU utilities
     
    4646* ANSI C Libraries::
    4747* GNU C Library::
    48 * Cygnus NEWLIB C Library::
     48* NEWLIB C Library::
    4949@end menu
    5050
     
    9696tools are mirrored on numerous ftp sites.
    9797
    98 Cygnus maintains an ftp site -- ftp.cygnus.com
    99 (205.180.83.42) -- which contains a source code which appeals to
    100 embedded developers.  Of especial interest on this site are the
    101 directories /pub/newlib and /pub/embedded.
    102 
    10398@node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools
    10499@subsection ANSI C Libraries
     
    110105@item GNU C Library, and
    111106
    112 @item Cygnus NEWLIB
     107@item NEWLIB
    113108@end itemize
    114109
     
    117112and install a C Library separately.
    118113
    119 @node GNU C Library, Cygnus NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
     114@node GNU C Library, NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
    120115@subsection GNU C Library
    121116
     
    143138restrictions as possible placed on the end user.
    144139
    145 @node Introduction Documentation, Installation Procedure, Cygnus NEWLIB C Library, Introduction
     140@node Introduction Documentation, Installation Procedure, NEWLIB C Library, Introduction
    146141@section Documentation
    147142
  • doc/relnotes/status.texi

    ra5385b1 r8cc7084  
    9898@end itemize
    9999
    100 Support for the Cygnus NEWLIB Standard C Library is
     100Support for the NEWLIB Standard C Library is
    101101provided with this release which may be used on any of the RTEMS
    102102supported targets.  The BSPs only provide support for console
  • doc/started/buildrt.t

    ra5385b1 r8cc7084  
    138138distribution. A full list of these arguments can be obtained by running
    139139@code{../rtems-@value{RTEMSAPI}.<VERSION>/configure --help} If you
    140 followed the procedure described in the section @ref{Unarchive the
    141 RTEMS Source} or @ref{Obtaining the RTEMS Source from CVS}, these configuration options can be found in the file
     140followed the procedure described in the section @ref{Unarchive
     141the RTEMS Source} or @ref{Obtaining the RTEMS Source from Git},
     142these configuration options can be found in the file
    142143rtems-@value{RTEMSAPI}.<VERSION>/README.configure.
    143144
  • doc/started/nextstep.t

    ra5385b1 r8cc7084  
    4949
    5050@itemize @bullet
    51 @item @b{Cygnus C Support Library} describes the Standard C Library
     51@item @b{C Support Library} describes the Standard C Library
    5252functionality provided by Newlib's libc.
    5353
    54 @item @b{Cygnus C Math Library} describes the Standard C Math Library
     54@item @b{C Math Library} describes the Standard C Math Library
    5555functionality provided by Newlib's libm.
    5656
Note: See TracChangeset for help on using the changeset viewer.