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-pass1.xml

    rc61ca82 r05089ff  
    4949
    5050<screen><userinput>case $(uname -m) in
    51   x86) WITHARCH="--with-arch=i486" ;;
     51  i?86) WITHARCH="--with-arch=i486" ;;
    5252  x86_64) M64="-m64" ;;
    5353esac</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.