mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Point to the correct GCC patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7a682ffd82
commit
69a7501b65
@ -99,6 +99,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>May 20th, 2004 [winkie]: Point to the correct GCC patches.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>May 20th, 2004 [alexander]: Added Hotplug 2004_04_01.
|
||||
</para></listitem>
|
||||
|
||||
|
@ -52,14 +52,14 @@ following:</para>
|
||||
<varlistentry>
|
||||
<term>GCC No-Fixincludes Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;gcc-&gcc-version;-no-fixincludes-1.patch"/></para>
|
||||
<para><ulink url="&patches-root;gcc-&gcc-short-version;-no-fixincludes-1.patch"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<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-short-version;-specs-1.patch"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -52,8 +52,8 @@ into a single <filename>gcc-&gcc-version;/</filename> subdirectory.</para>
|
||||
|
||||
<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>
|
||||
<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch
|
||||
patch -Np1 -i ../gcc-&gcc-short-version;-specs-1.patch</userinput></screen>
|
||||
|
||||
<para>The first patch disables the GCC <quote>fixincludes</quote> script. We
|
||||
mentioned this briefly earlier, but a slightly more in-depth explanation of
|
||||
|
@ -44,7 +44,7 @@ compilers. Instructions for building these can be found at
|
||||
<para>First apply only the No-Fixincludes patch (and <emphasis>not</emphasis>
|
||||
the Specs patch) also used in the previous chapter:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no-fixincludes-1.patch</userinput></screen>
|
||||
<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch</userinput></screen>
|
||||
|
||||
<para>Now apply a sed substitution that will suppress the installation of
|
||||
<filename>libiberty.a</filename>. We want to use the version of
|
||||
|
@ -32,6 +32,7 @@
|
||||
<!ENTITY findutils-version "4.1.20">
|
||||
<!ENTITY flex-version "2.5.31">
|
||||
<!ENTITY gawk-version "3.1.3">
|
||||
<!ENTITY gcc-short-version "3.4.1">
|
||||
<!ENTITY gcc-version "3.4.1-20040517">
|
||||
<!ENTITY gettext-version "0.14.1">
|
||||
<!ENTITY glibc-version "2.3.4-20040510">
|
||||
|
Loading…
Reference in New Issue
Block a user