Changeset ccc95be for chapter06


Ignore:
Timestamp:
07/17/2005 03:49:28 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
06fbd5b
Parents:
f4b803f
Message:

Removed linkonce and no_fixinclude patches for gcc4. Also removed the command to remove the pthread.h and sigthread.h files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    rf4b803f rccc95be  
    3939unset them when building GCC.</para>
    4040
    41 <para>Apply only the No-Fixincludes patch (not the Specs patch) also
    42 used in the previous chapter:</para>
    43 
    44 <screen><userinput>patch -Np1 -i ../&gcc-no_fixincludes-patch;</userinput></screen>
    45 
    46 <para>GCC fails to compile some packages outside of a base Linux From Scratch
    47 install (e.g., Mozilla and kdegraphics) when used in conjunction with newer
    48 versions of Binutils.  Apply the following patch to fix this issue:</para>
    49 
    50 <screen><userinput>patch -Np1 -i ../&gcc-linkonce-patch;</userinput></screen>
    51 
    5241<para>Apply a <command>sed</command> substitution that will suppress the
    5342installation of <filename class="libraryfile">libiberty.a</filename>. The
Note: See TracChangeset for help on using the changeset viewer.