Ignore:
Timestamp:
08/31/2007 06:31:00 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
1c1479e
Parents:
c61ca82
Message:

Fixed the x86 tests

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2.xml

    rc61ca82 r05089ff  
    138138
    139139<screen><userinput>case $(uname -m) in
    140   x86) WITHARCH="--with-arch=i486" ;;
     140  i?86) WITHARCH="--with-arch=i486" ;;
    141141esac</userinput></screen>
    142142
Note: See TracChangeset for help on using the changeset viewer.