Просмотр исходного кода

new gcc specs patch: gcc-3.2.3-specs-3.patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2550 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 лет назад
Родитель
Сommit
b2d4656229
4 измененных файлов с 8 добавлено и 5 удалено
  1. 4 1
      chapter01/changelog.xml
  2. 1 1
      chapter04/gcc.xml
  3. 1 1
      chapter05/gcc-pass2-inst.xml
  4. 2 2
      index.xml

+ 4 - 1
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>
 

+ 1 - 1
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"/>

+ 1 - 1
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>
 

+ 2 - 2
index.xml

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