Ignore:
Timestamp:
07/23/2007 05:09:53 PM (17 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
2b75709a
Parents:
8e6333e
Message:

Initial changes to build x86_64 natively. Build needs testing and, very likely, some adjusting.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r8e6333e r1218687  
    6161
    6262<screen><userinput>CC="gcc -B/usr/bin/" ../binutils-&binutils-version;/configure \
    63     --prefix=/tools --disable-nls</userinput></screen>
     63    --prefix=/tools --disable-nls --disable-multilib</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>
    93100        </listitem>
    94101      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.