summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-07 05:07:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-07 05:07:43 +0000
commit6b5a7b501d5e1d4db707122b28f8a7b8a45b55f5 (patch)
treeef71ebbca6156f3ade2fce7a730ca24b12c7ae8f
parent2003-08-06 Thomas Doerfler<Thomas.Doerfler@imd-systems.de> (diff)
downloadrtems-6b5a7b501d5e1d4db707122b28f8a7b8a45b55f5.tar.bz2
Merger from rtems-4-6-branch
-rw-r--r--doc/started/ChangeLog10
-rw-r--r--doc/started/buildc.t4
-rw-r--r--doc/started/sample.t2
3 files changed, 15 insertions, 1 deletions
diff --git a/doc/started/ChangeLog b/doc/started/ChangeLog
index 3b241928d8..3c24a9ac73 100644
--- a/doc/started/ChangeLog
+++ b/doc/started/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-18 Joel Sherrill <joel@OARcorp.com>
+
+ * tversions.texi: Updated to reflect gcc3.2.2newlib1.11.0-2.
+
+2003-02-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * buildc.t: Add several @ifset BUILDTOOLS-TAR.
+ * sample.t: Use @code{make/README} instead of
+ @code{@value{RTEMS-UNTAR}/make/README} (Workaround to PR 345).
+
2003-01-28 Joel Sherrill <joel@OARcorp.com>
* tversions.texi: Updated tool version numbers.
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index 42cbfb55d2..0669e4ba59 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -93,7 +93,9 @@ of each component as well as any required RTEMS specific patches.
@example
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}/c_tools/source
+@ifset BUILDTOOLS-TAR
File: @value{BUILDTOOLS-TAR}
+@end ifset
@ifset BINUTILS-RTEMSPATCH
File: @value{BINUTILS-RTEMSPATCH}
@end ifset
@@ -602,7 +604,9 @@ of each component as well as any required RTEMS specific patches.
@example
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}/c_tools/source
+@ifset BUILDTOOLS-TAR
File: @value{BUILDTOOLS-TAR}
+@end ifset
@ifset GDB-RTEMSPATCH
File: @value{GDB-RTEMSPATCH}
@end ifset
diff --git a/doc/started/sample.t b/doc/started/sample.t
index 18b8cfef05..fafb6024a9 100644
--- a/doc/started/sample.t
+++ b/doc/started/sample.t
@@ -132,4 +132,4 @@ RTEMS specific to your BSP. Building an RTEMS application
for different BSPs is as simple as switching the
setting of @code{RTEMS_MAKEFILE_PATH}. This Makefile
system is described in the file
-@code{@value{RTEMS-UNTAR}/make/README}.
+@code{make/README}.