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/gcc-pass2.xml

    r2b75709a rdde6e423  
    8989    class="libraryfile">ld-linux-x86-64.so.2</filename>):</para>
    9090
    91 <screen><userinput>patch -Np1 -i ../&gcc-pure64-specs-patch;</userinput></screen>
     91<screen><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen>
    9292
    9393    <para>The above patch also removes <filename
     
    102102      build. Do not forget to apply it.</para>
    103103    </important>
     104
     105    <para>Usetting the multlib spec for GCC ensures that it
     106    won't attempt to link against libraries on the host:</para>
     107
     108<screen><userinput>cp gcc/config/i386/t-linux64{,.tmp}
     109sed '/MULTILIB_OSDIRNAMES/d' gcc/config/i386/t-linux64.tmp \
     110  > gcc/config/i386/t-linux64</userinput></screen>
    104111
    105112    <para>Create a separate build directory again:</para>
     
    200207<screen><userinput>make install</userinput></screen>
    201208
    202     <para>Since we're not building a multilib system, let's move some
    203         installed libraries to a more generic location:</para>
    204 <screen><userinput>cp -va /tools/lib64/* /tools/lib
    205 rm -rvf /tools/lib64</userinput></screen>
    206 
    207209    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    208210    href="adjusting.xml"
Note: See TracChangeset for help on using the changeset viewer.