Changeset e9f3e85 for chapter06/gcc.xml


Ignore:
Timestamp:
10/15/2005 12:01:06 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
1ec69ac5
Parents:
8f192d8
Message:

Finished the addition of patches.ent

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r8f192d8 re9f3e85  
    4040used in the previous chapter:</para>
    4141
    42 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch</userinput></screen>
     42<screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;</userinput></screen>
    4343
    4444<para>GCC fails to compile some packages outside of a base Linux From Scratch
     
    4646versions of Binutils.  Apply the following patch to fix this issue:</para>
    4747
    48 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-linkonce-1.patch</userinput></screen>
     48<screen><userinput>patch -Np1 -i ../&gcc-linkonce-patch;</userinput></screen>
    4949
    5050<para>Apply a <command>sed</command> substitution that will suppress the
Note: See TracChangeset for help on using the changeset viewer.