source: rtems/doc/started/tversions.texi @ 1a47d18

Last change on this file since 1a47d18 was 1a47d18, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 19:54:00

2003-08-22 Joel Sherrill <joel@…>

  • tversions.texi: Correcting version information.
  • Property mode set to 100644
File size: 1.7 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@c
10@c This file contains all toolset version dependent information
11@c
12
13@c
14@c Comment out setting the "XYZ-RTEMSPATCH" variable if there is no
15@c patch required.  The documentation will detect this and print
16@c an appropriate message in a short section.
17@c
18
19
20@c
21@c  GCC Version
22@c
23
24@set GCC-VERSION     gcc 3.2.3
25@set GCC-TAR         gcc-3.2.3.tar.bz2
26@set GCC-UNTAR       gcc-3.2.3
27@set GCC-FTPSITE     gcc.gnu.org
28@set GCC-FTPDIR      /pub/gnu/gcc/
29@set GCC-HTTPDIR     /pub/gcc/releases/index.html
30@set GCC-RTEMSPATCH  gcc-3.2.3-rtems-20030507a.diff
31
32@c
33@c  BINUTILS Version
34@c
35
36@c The "official" binutils
37@set BINUTILS-VERSION     binutils 2.13.2.1
38@set BINUTILS-TAR         binutils-2.13.2.1.tar.gz
39@set BINUTILS-UNTAR       binutils-2.13.2.1
40@set BINUTILS-FTPSITE     ftp.gnu.org
41@set BINUTILS-FTPDIR      /pub/gnu/binutils
42@c @set BINUTILS-RTEMSPATCH  binutils-2.10-rtems-diff-20001107.gz
43
44@c
45@c  NEWLIB Version
46@c
47
48
49@set NEWLIB-VERSION     newlib 1.11.0
50@set NEWLIB-TAR         newlib-1.11.0.tar.gz
51@set NEWLIB-UNTAR       newlib-1.11.0
52@set NEWLIB-FTPSITE     sources.redhat.com
53@set NEWLIB-FTPDIR      /pub/newlib
54@set NEWLIB-RTEMSPATCH  newlib-1.11.0-rtems-20030605.diff.gz
55
56@c
57@c  GDB Version
58@c
59
60@set GDB-VERSION     gdb 5.2
61@set GDB-TAR         gdb-5.2.tar.gz
62@set GDB-UNTAR       gdb-5.2
63@set GDB-FTPSITE     ftp.gnu.org
64@set GDB-FTPDIR      /pub/gnu/gdb
65@set GDB-RTEMSPATCH  gdb-5.2-rtems-20030211.diff.gz
66
67@c
68@c  RTEMS Version
69@c
70
71@set RTEMS-VERSION   RTEMS 4.6.0
72@set RTEMS-TAR       rtems-4.6.0.tar.bz2
73@set RTEMS-UNTAR     rtems-4.6.0
74@set RTEMS-FTPSITE   ftp.rtems.com
75@set RTEMS-FTPDIR    /pub/rtems/releases/4.6.0
76
Note: See TracBrowser for help on using the repository browser.