From 180d459615c611fb513f0009b282001842ff0a19 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 17 Apr 1998 16:55:37 +0000 Subject: Used http reference for EGCS index. --- doc/started/buildc.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/started/buildc.t') 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 -- cgit v1.2.3