Added Resources on the Internet section

This commit is contained in:
Joel Sherrill
1998-04-13 17:41:28 +00:00
parent 6f87f00a09
commit fdd6a26e68
7 changed files with 103 additions and 22 deletions

View File

@@ -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