Ignore:
Timestamp:
07/24/2007 09:15:16 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
71eb6ac
Parents:
2b75709a
Message:

Bring the x86_64 build to working order.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r2b75709a rdde6e423  
    6161
    6262<screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \
    63     --prefix=/tools --disable-nls --disable-multilib</userinput></screen>
     63    --prefix=/tools --disable-nls</userinput></screen>
    6464
    6565    <variablelist>
     
    9191          <para>This disables internationalization as i18n is not needed for the
    9292          temporary tools.</para>
    93         </listitem>
    94       </varlistentry>
    95 
    96       <varlistentry>
    97         <term><parameter>--disable-multilib</parameter></term>
    98         <listitem>
    99           <para>We currently only want to build support for 64-bit libraries.</para>
    10093        </listitem>
    10194      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.