Changeset 78c3d81 for chapter06


Ignore:
Timestamp:
07/21/2005 08:33:42 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
4df5ff4
Parents:
c46661f5
Message:

Add gcc-4 related patches to chapter06 glibc

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rc46661f5 r78c3d81  
    5959
    6060<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
     61
     62<para>Apply the following patches to enable Glibc to compile with
     63GCC-&gcc-version;:</para>
     64
     65<screen><userinput>patch -Np1 -i ../&glibc-gcc4_symbols-patch;
     66patch -Np1 -i ../&glibc-gcc4_string-patch;
     67patch -Np1 -i ../&glibc-gcc4_elf-patch;
     68patch -Np1 -i ../&glibc-gcc4_iconvdata-patch;</userinput></screen>
    6169
    6270<para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.