summaryrefslogtreecommitdiffstats
path: root/doc/started/buildc.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-17 16:55:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-17 16:55:37 +0000
commit180d459615c611fb513f0009b282001842ff0a19 (patch)
treec8494666d126315676f5ff7d4a67e2499c55c761 /doc/started/buildc.t
parentIncreased size of archive. (diff)
downloadrtems-180d459615c611fb513f0009b282001842ff0a19.tar.bz2
Used http reference for EGCS index.
Diffstat (limited to 'doc/started/buildc.t')
-rw-r--r--doc/started/buildc.t8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/started/buildc.t b/doc/started/buildc.t
index e90d1c714d..7fc4724fe2 100644
--- a/doc/started/buildc.t
+++ b/doc/started/buildc.t
@@ -56,7 +56,7 @@ specific patches.
Directory: @value{GCC-FTPDIR}
File: @value{GCC-TAR}
@ifset use-html
- URL: @href{Download @value{GCC-VERSION},,,ftp://@value{GCC-FTPSITE}@value{GCC-FTPDIR}/@value{GCC-TAR}}
+ URL: @href{Download @value{GCC-VERSION},,,ftp://@value{GCC-FTPSITE}@value{GCC-HTTPDIR}}
@end ifset
@end example
@@ -226,7 +226,7 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{GCC-UNTAR}
-zcat archive/@value{GCC-RTEMSPATCH} | patch -p1
+zcat ../../archive/@value{GCC-RTEMSPATCH} | patch -p1
@end example
Check to see if any of these patches have been rejected using the following
@@ -258,7 +258,7 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{BINUTILS-UNTAR}
-zcat archive/@value{BINUTILS-RTEMSPATCH} | patch -p1
+zcat ../../archive/@value{BINUTILS-RTEMSPATCH} | patch -p1
@end example
Check to see if any of these patches have been rejected using the following
@@ -291,7 +291,7 @@ Apply the patch using the following command sequence:
@example
cd tools/@value{NEWLIB-UNTAR}
-zcat archive/@value{NEWLIB-RTEMSPATCH} | patch -p1
+zcat ../../archive/@value{NEWLIB-RTEMSPATCH} | patch -p1
@end example
Check to see if any of these patches have been rejected using the following