Changeset ceaa2a7 for chapter05


Ignore:
Timestamp:
07/15/2005 08:14:52 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
755901cf
Parents:
38c56ea
Message:

Added patches necessary for chapter 5's Glibc to compile with GCC-4.x

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r38c56ea rceaa2a7  
    4646
    4747<screen><userinput>patch -Np1 -i ../&glibc-testfix-patch;</userinput></screen>
     48
     49<para>Apply the following patches to enable Glibc to compile with
     50GCC-&gcc-version;:</para>
     51
     52
     53<screen><userinput>patch -Np1 -i ../&glibc-gcc4_symbols-patch;
     54patch -Np1 -i ../&glibc-gcc4_string-patch;
     55patch -Np1 -i ../&glibc-gcc4_elf-patch;
     56patch -Np1 -i ../&glibc-gcc4_iconvdata-patch;</userinput></screen>
    4857
    4958<para>The Glibc documentation recommends building Glibc outside of the source
Note: See TracChangeset for help on using the changeset viewer.