diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter04/gcc.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
4 files changed, 8 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 75e881163..b06f5ce2f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,7 +45,7 @@ <listitem><para>gcc-2.95.3-2.patch</para></listitem> <listitem><para>gcc-3.2.3-mmap_test.patch</para></listitem> <listitem><para>gcc-3.2.3-no_fixincludes.patch</para></listitem> -<listitem><para>gcc-3.2.3-specs.patch</para></listitem> +<listitem><para>gcc-3.2.3-specs-3.patch</para></listitem> <listitem><para>ncurses-5.3-etip.patch</para></listitem> <listitem><para>perl-5.8.0-libc.patch</para></listitem> <listitem><para>tcl-8.4.2</para></listitem> @@ -63,6 +63,9 @@ </itemizedlist> </para></listitem> +<listitem><para>May 10th, 2003 [gerard]: New +gcc-3.2.3-specs-3.patch.</para></listitem> + <listitem><para>May 10th, 2003 [gerard]: Chapter 06 - Adjusting toolchain: Made it more architecture independant.</para></listitem> diff --git a/chapter04/gcc.xml b/chapter04/gcc.xml index 2a51db9ee..bc27a4a88 100644 --- a/chapter04/gcc.xml +++ b/chapter04/gcc.xml @@ -2,7 +2,7 @@ GCC (&gcc-version;) - &gcc-core-size;: <ulink url="http://freshmeat.net/projects/gcc/"/> GCC Specs Patch: -<ulink url="&http;/gcc-3.2.3-specs-2.patch"/> +<ulink url="&http;/gcc-3.2.3-specs-3.patch"/> GCC MMap Test Patch: <ulink url="&http;/gcc-3.2.3-mmap_test.patch"/> diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 1ae4e3728..2b06c1ccd 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of GCC</title> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-3.patch patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch</userinput></screen></para> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030507"> -<!ENTITY releasedate "May 7th, 2003"> +<!ENTITY version "20030510"> +<!ENTITY releasedate "May 10th, 2003"> <!ENTITY nbsp " "> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> |