diff options
-rw-r--r-- | chapter05/gcc-pass2-inst.xml | 4 | ||||
-rw-r--r-- | index.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index a4d2888e7..57f775303 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -3,9 +3,9 @@ <sect2> <title>Installation of GCC</title> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs.patch +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch -patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch </userinput></screen></para> @@ -4,8 +4,8 @@ <!ENTITY book SYSTEM "book/book.xml"> -<!ENTITY version "20030506"> -<!ENTITY releasedate "May 6th, 2003"> +<!ENTITY version "20030507"> +<!ENTITY releasedate "May 7th, 2003"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> |