Changeset e464747 for chapter06


Ignore:
Timestamp:
01/06/2005 09:54:00 PM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
56964fb
Parents:
9288c84
Message:

Updated: multi-arch - Removed: RAQ2 directory

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

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    r9288c84 re464747  
    4949remove the nptl directory from the Glibc source:</para>
    5050
    51 <screen arch="raq2"><userinput>rm -rf nptl</userinput></screen>
    52 
    53 <para arch="raq2">This patch fixes a librt linking issue.</para>
    54 
    55 <screen arch="raq2"><userinput>patch -Np1 -i ../glibc-&glibc-version;-raq2_librt_linking-1.patch</userinput></screen>
     51<screen arch="raq2"><userinput>rm -rf nptl*</userinput></screen>
    5652
    5753<para arch="raq2">This patch contains all the necessary patches for MIPS based system.</para>
  • chapter06/linux-libc-headers.xml

    r9288c84 re464747  
    5252cp -R include/linux /usr/include</userinput></screen>
    5353
     54<screen arch="ppc"><userinput>cp -R include/asm-ppc /usr/include/asm
     55cp -R include/linux /usr/include</userinput></screen>
     56
    5457<para>Ensure that all the headers are owned by root:</para>
    5558
Note: See TracChangeset for help on using the changeset viewer.