Ignore:
Timestamp:
10/07/2007 02:09:45 AM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
9ed7b54
Parents:
cdaf981
Message:

Made book buildable by powerpc.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/coreutils.xml

    rcdaf981 r7336a40  
    5353    fixes this behavior for Intel architectures:</para>
    5454
    55 <screen><userinput remap="pre">patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
     55<screen><userinput remap="pre">case `uname -m` in
     56 i?86 | x86_64) patch -Np1 -i ../&coreutils-uname-patch; ;;
     57esac</userinput></screen>
    5658
    5759    <para>Prevent Coreutils from installing binaries that will be installed by
Note: See TracChangeset for help on using the changeset viewer.