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
This commit is contained in:
Gerard Beekmans 2003-05-10 22:57:55 +00:00
parent 585ce086da
commit b2d4656229
4 changed files with 8 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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