Changeset b1ba0fa


Ignore:
Timestamp:
08/30/2007 06:11:36 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
ab42f55
Parents:
3a8acae
Message:

Adjust wording in binutils pass1 and gcc pass1. Thanks Randy McMurchy.

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

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r3a8acae rb1ba0fa  
    5858    </note>
    5959
    60     <para>If our host is a multilib machine, we want to ensure that we
    61     build 64-bit binaries, so we'll test for that and set a variable if so:</para>
     60    <para>Test to see if the host is a multilib capable machine and set a variable
     61    if it is. This ensures that only 64-bit binaries are built if using such a host.
     62    </para>
    6263
    6364<screen><userinput>test $(uname -m | grep 64) &amp;&amp; M64="-m64"</userinput></screen>
  • chapter05/gcc-pass1.xml

    r3a8acae rb1ba0fa  
    4444cd ../gcc-build</userinput></screen>
    4545
    46     <para>If our host is a multilib machine, we want to ensure that we
    47     build 64-bit binaries, so we'll test for that and set a variable if so.
     46    <para>Test to see if the host is a multilib capable machine and set a variable
     47    if it is. This ensures that only 64-bit binaries are built if using such a host.
    4848    Also, the --with-arch flag is only necessary for x86 machines.</para>
    4949
Note: See TracChangeset for help on using the changeset viewer.