summaryrefslogtreecommitdiffstats
path: root/doc/started/buildc.t
diff options
context:
space:
mode:
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