소스 검색

Corrected the patch name for the gcc 3.4.3 specs patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 21 년 전
부모
커밋
26c3109c0d
3개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter03/patches.xml
  3. 1 1
      chapter05/gcc-pass2.xml

+ 3 - 0
chapter01/changelog.xml

@@ -95,6 +95,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>November 13th, 2004 [jeremy]: Corrected name of gcc specs
+patch - patches project has -2 instead of -1 for some strange reason.</para></listitem>
+
 <listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
 
 <listitem><para>November 13th, 2004 [jeremy]: Corrected IPRoute2's patch name, removed some unneeded commands in shadow.</para></listitem>

+ 1 - 1
chapter03/patches.xml

@@ -74,7 +74,7 @@ following:</para>
 <varlistentry>
 <term>GCC Specs Patch - 11 KB:</term>
 <listitem>
-<para><ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/></para>
+<para><ulink url="&patches-root;gcc-&gcc-version;-specs-2.patch"/></para>
 </listitem>
 </varlistentry>
 

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -53,7 +53,7 @@ into a single <filename class="directory">gcc-&gcc-version;/</filename> subdirec
 <para>First correct a problem and make an essential adjustment:</para>
 
 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
-patch -Np1 -i ../gcc-&gcc-version;-specs-1.patch</userinput></screen>
+patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
 
 <para>The first patch disables the GCC <command>fixincludes</command> script. We
 mentioned this briefly earlier, but a slightly more in-depth explanation of