Changeset 0ab65474 in rtems


Ignore:
Timestamp:
06/10/00 20:33:47 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
df49c60
Parents:
110445c
Message:

Purged as many egcs references as possible.

Location:
doc
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • doc/FAQ/FAQ.texi

    r110445c r0ab65474  
    101101@c
    102102
    103 @c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
     103@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
    104104@c @unnumbered Command and Variable Index
    105105
  • doc/FAQ/freesw.t

    r110445c r0ab65474  
    2121@itemize @bullet
    2222
    23 @item gcc/egcs
     23@item gcc
    2424@item binutils
    2525@item gdb
  • doc/bsp_howto/makefiles.t

    r110445c r0ab65474  
    206206[...]
    207207else
    208 # This has rules to link an application using gcc 2.8 or newer or any
    209 # egcs version.  All BSPs should support this.  This version is required
    210 # to support GNAT/RTEMS.
     208# This has rules to link an application using gcc 2.8 or newer.
     209# All BSPs should support this.  This version is required to support
     210# GNAT/RTEMS.
    211211define make-exe
    212212        $(CC) $(CFLAGS) $(CFLAGS_LD) -o $(basename $@@).exe $(LINK_OBJS)
  • doc/rgdb_specs/rgdb_specs.texi

    r110445c r0ab65474  
    9191@c
    9292
    93 @c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
     93@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
    9494@c @unnumbered Command and Variable Index
    9595
  • doc/rtems_gdb/rtems_gdb.texi

    r110445c r0ab65474  
    8787@c
    8888
    89 @c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
     89@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
    9090@c @unnumbered Command and Variable Index
    9191
  • doc/started/buildc.t

    r110445c r0ab65474  
    382382is the location where you wish the GNU C/C++ cross compilation tools for
    383383RTEMS to be built. It is recommended that the directory chosen to receive
    384 these tools be named so that it is clear from which egcs distribution it
     384these tools be named so that it is clear from which gcc distribution it
    385385was generated and for which target system the tools are to produce code for.
    386386
     
    582582
    583583If you are using binutils 2.9.1 or newer with certain versions of
    584 egcs and gcc, they do not agree on what the name of the newly
     584gcc, they do not agree on what the name of the newly
    585585generated cross assembler is.  Older binutils called it @code{as.new}
    586586which became @code{as.new.exe} under Windows.  This is not a valid
  • doc/started/nt.t

    r110445c r0ab65474  
    193193mkdir /build
    194194mkdir /build/binutils
    195 mkdir /build/egcs
     195mkdir /build/gcc
    196196@end example
    197197
     
    322322@end itemize
    323323
    324 @item Change to the /build/egcs directory to configure the compiler:
     324@item Change to the /build/gcc directory to configure the compiler:
    325325
    326326@example
  • doc/started/require.t

    r110445c r0ab65474  
    6464@section GNU makeinfo Version Requirements
    6565
    66 In order to build egcs 1.1b or newer, the GNU @code{makeinfo} program
     66In order to build egcs 1.1b, gcc 2.9.x, or newer versions, the GNU
     67@code{makeinfo} program
    6768installed on your system must be at least version 1.68.  The appropriate
    68 version of @code{makeinfo} is distributed with egcs 1.1b.
     69version of @code{makeinfo} is distributed with @code{gcc}.
    6970
    7071The following demonstrates how to determine the version of @code{makeinfo}
  • doc/started/started.texi

    r110445c r0ab65474  
    9797@c
    9898
    99 @c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
     99@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
    100100@c @unnumbered Command and Variable Index
    101101
  • doc/started/tversions.texi

    r110445c r0ab65474  
    1919
    2020@c
    21 @c  GCC/EGCS Version
     21@c  GCC Version
    2222@c
    2323
  • doc/started_ada/buildada.t

    r110445c r0ab65474  
    421421is the location where you wish the GNU C/C++ cross compilation tools for
    422422RTEMS to be built. It is recommended that the directory chosen to receive
    423 these tools be named so that it is clear from which egcs distribution it
     423these tools be named so that it is clear from which gcc distribution it
    424424was generated and for which target system the tools are to produce code for.
    425425
  • doc/started_ada/tversions.texi

    r110445c r0ab65474  
    1919
    2020@c
    21 @c  GCC/EGCS Version
     21@c  GCC Version
    2222@c
    2323
Note: See TracChangeset for help on using the changeset viewer.