summaryrefslogtreecommitdiffstats
path: root/doc/started/buildc.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-27 22:28:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-27 22:28:16 +0000
commit34ffa996302ff44dd323c957abc17a6443cdedf4 (patch)
tree08878b55f90b93a6ee48a567633dbfe670431100 /doc/started/buildc.t
parent2004-09-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-34ffa996302ff44dd323c957abc17a6443cdedf4.tar.bz2
2004-09-27 Joel Sherrill <joel@OARcorp.com>
PR 681/doc PR 682/doc * buildc.t, buildrt.t, sample.t: Fix PATH and tar examples. Enable binutils link again. * user/overview.t: Chapter numbering in preface was wrong.
Diffstat (limited to 'doc/started/buildc.t')
-rw-r--r--doc/started/buildc.t5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index b4f9f808f2..8c23d49d9c 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -498,11 +498,12 @@ invoke the @value{BINUTILSUNTAR} @code{configure} command with the
@code{--help} option.
NOTE: The shell PATH variable needs to be updated to include the path
-the binutils has been installed in. This the prefix used above with
+the binutils user executables have been installed in. The directory
+containing the executables is the prefix used above with
@file{bin} post-fixed.
@example
-export PATH=$PATH:@value{RTEMSPREFIX}/bin
+export PATH=@value{RTEMSPREFIX}/bin:${PATH}
@end example
Failure to have the binutils in the path will cause the GCC and NEWLIB