Changeset 69a7501b


Ignore:
Timestamp:
05/20/2004 03:59:09 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
bad0dd1
Parents:
7a682ff
Message:

Point to the correct GCC patches

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7a682ff r69a7501b  
    100100</listitem>
    101101
     102<listitem><para>May 20th, 2004 [winkie]: Point to the correct GCC patches.
     103</para></listitem>
     104
    102105<listitem><para>May 20th, 2004 [alexander]: Added Hotplug 2004_04_01.
    103106</para></listitem>
  • chapter03/patches.xml

    r7a682ff r69a7501b  
    5353<term>GCC No-Fixincludes Patch - 1 KB:</term>
    5454<listitem>
    55 <para><ulink url="&patches-root;gcc-&gcc-version;-no-fixincludes-1.patch"/></para>
     55<para><ulink url="&patches-root;gcc-&gcc-short-version;-no-fixincludes-1.patch"/></para>
    5656</listitem>
    5757</varlistentry>
     
    6060<term>GCC Specs Patch - 11 KB:</term>
    6161<listitem>
    62 <para><ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/></para>
     62<para><ulink url="&patches-root;gcc-&gcc-short-version;-specs-1.patch"/></para>
    6363</listitem>
    6464</varlistentry>
  • chapter05/gcc-pass2.xml

    r7a682ff r69a7501b  
    5353<para>First correct a problem and make an essential adjustment:</para>
    5454
    55 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no-fixincludes-1.patch
    56 patch -Np1 -i ../gcc-&gcc-version;-specs-1.patch</userinput></screen>
     55<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch
     56patch -Np1 -i ../gcc-&gcc-short-version;-specs-1.patch</userinput></screen>
    5757
    5858<para>The first patch disables the GCC <quote>fixincludes</quote> script. We
  • chapter06/gcc.xml

    r7a682ff r69a7501b  
    4545the Specs patch) also used in the previous chapter:</para>
    4646
    47 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no-fixincludes-1.patch</userinput></screen>
     47<screen><userinput>patch -Np1 -i ../gcc-&gcc-short-version;-no-fixincludes-1.patch</userinput></screen>
    4848
    4949<para>Now apply a sed substitution that will suppress the installation of
  • general.ent

    r7a682ff r69a7501b  
    3333<!ENTITY flex-version "2.5.31">
    3434<!ENTITY gawk-version "3.1.3">
     35<!ENTITY gcc-short-version "3.4.1">
    3536<!ENTITY gcc-version "3.4.1-20040517">
    3637<!ENTITY gettext-version "0.14.1">
Note: See TracChangeset for help on using the changeset viewer.