summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/buildada.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 17:41:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-13 17:41:28 +0000
commitfdd6a26e68f1fbc036676158b1bae0e13881d2ca (patch)
tree8a87096fa670ceb6483d927460d3bf83a31865a4 /doc/started_ada/buildada.t
parentFixed directory name for gnu tools ftp site (diff)
downloadrtems-fdd6a26e68f1fbc036676158b1bae0e13881d2ca.tar.bz2
Added Resources on the Internet section
Diffstat (limited to 'doc/started_ada/buildada.t')
-rw-r--r--doc/started_ada/buildada.t15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/started_ada/buildada.t b/doc/started_ada/buildada.t
index 9418e3d38c..e66810f610 100644
--- a/doc/started_ada/buildada.t
+++ b/doc/started_ada/buildada.t
@@ -76,7 +76,6 @@ approximately 20 megabytes.
File: hello_world_ada.tgz
@end example
-
@section Create the tools Directory
Create a directory called tools that will serve as a working directory to
@@ -339,31 +338,31 @@ was generated and for which target system the tools are to produce code for.
@item BINUTILS
is the directory under tools that contains @value{BINUTILS-UNTAR}.
-For example,
+For example:
@example
-BINUTILS=@value{BINUTILS-UNTAR}.
+BINUTILS=@value{BINUTILS-UNTAR}
@end example
@item GCC
is the directory under tools that contains @value{GCC-UNTAR}.
-For example,
+For example:
@example
-GCC=@value{GCC-UNTAR}.
+GCC=@value{GCC-UNTAR}
@end example
@item NEWLIB
is the directory under tools that contains @value{NEWLIB-UNTAR}.
-For example,
+For example:
@example
-NEWLIB=@value{NEWLIB-UNTAR}.
+NEWLIB=@value{NEWLIB-UNTAR}
@end example
@item BUILD_DOCS
is set to "yes" if you want to install documentation.
-For example,
+For example:
@example
BUILD_DOCS=yes